PSCF v1.3
rpc/field/Domain.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 "Domain.tpp"
9
10namespace Pscf {
11 namespace Prdc {
12 using namespace Cpu;
13 template class DomainReal<1, FFT<1>, WaveList<1>, Rpc::FieldIo<1> >;
14 template class DomainReal<2, FFT<2>, WaveList<2>, Rpc::FieldIo<2> >;
15 template class DomainReal<3, FFT<3>, WaveList<3>, Rpc::FieldIo<3> >;
16 }
17 namespace Rpc {
18 template class Domain<1>;
19 template class Domain<2>;
20 template class Domain<3>;
21 }
22}
Class to calculate and store properties of wavevectors.
Spatial domain for a periodic structure with real fields.
Definition DomainReal.h:67
Spatial domain for a periodic structure with real fields, on a CPU.
Fields and FFTs for periodic boundary conditions (CPU)
Definition CField.cpp:12
Periodic fields and crystallography.
Definition CField.cpp:11
Real periodic fields, SCFT and PS-FTS (CPU).
Definition param_pc.dox:2
PSCF package top-level namespace.
Definition param_pc.dox:1