PSCF
v1.3
src
rpc
field
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
10
namespace
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
}
Pscf::Prdc::Cpu::WaveList
Class to calculate and store properties of wavevectors.
Definition
cpu/WaveList.h:47
Pscf::Prdc::DomainReal
Spatial domain for a periodic structure with real fields.
Definition
DomainReal.h:67
Pscf::Rpc::Domain
Spatial domain for a periodic structure with real fields, on a CPU.
Definition
rpc/field/Domain.h:41
Pscf::Prdc::Cpu
Fields and FFTs for periodic boundary conditions (CPU)
Definition
CField.cpp:12
Pscf::Prdc
Periodic fields and crystallography.
Definition
CField.cpp:11
Pscf::Rpc
Real periodic fields, SCFT and PS-FTS (CPU).
Definition
param_pc.dox:2
Pscf
PSCF package top-level namespace.
Definition
param_pc.dox:1
Generated on
for PSCF by
1.14.0