PSCF v1.4.0
Solvent.cu
1/*
2* PSCF - Polymer Self-Consistent Field
3*
4* Copyright 2015 - 2025, The Regents of the University of Minnesota
5* Distributed under the terms of the GNU General Public License.
6*/
7
8#include "Solvent.h"
9#include <pscf/mesh/Mesh.h>
10#include <pscf/cuda/VecOp.h>
11#include <pscf/cuda/Reduce.h>
12
13#include <rp/solvers/Solvent.tpp>
14
15// Explicit instantiation definitions
16namespace Pscf {
17 namespace Rp {
18 template class Solvent<1, Rpg::Types<1> >;
19 template class Solvent<2, Rpg::Types<2> >;
20 template class Solvent<3, Rpg::Types<3> >;
21 }
22 namespace Rpg {
23 template class Solvent<1>;
24 template class Solvent<2>;
25 template class Solvent<3>;
26 }
27}
Solver and descriptor for a solvent species.
Solver and descriptor for a solvent species.
Class templates for real-valued periodic fields.
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.