PSCF v1.4.0
rpc/solvers/Solvent.cpp
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/cpu/VecOp.h>
11#include <pscf/cpu/Reduce.h>
12
13#include <rp/solvers/Solvent.tpp>
14
15namespace Pscf {
16 namespace Rp {
17 template class Solvent<1, Rpc::Types<1> >;
18 template class Solvent<2, Rpc::Types<2> >;
19 template class Solvent<3, Rpc::Types<3> >;
20 }
21 namespace Rpc {
22 template class Solvent<1>;
23 template class Solvent<2>;
24 template class Solvent<3>;
25 }
26}
Solver and descriptor for a solvent species.
Solver and descriptor for a solvent species.
Class templates for real-valued periodic fields.
Real periodic fields, SCFT and PS-FTS (CPU).
Definition param_pc.dox:2
PSCF package top-level namespace.