PSCF
v1.3
src
rpg
field
Domain.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 "Domain.tpp"
9
10
namespace
Pscf
{
11
namespace
Prdc
{
12
using namespace
Cuda
;
13
template
class
DomainReal<1, FFT<1>
,
WaveList<1>
, Rpg::FieldIo<1> >;
14
template
class
DomainReal<2, FFT<2>
,
WaveList<2>
, Rpg::FieldIo<2> >;
15
template
class
DomainReal<3, FFT<3>
,
WaveList<3>
, Rpg::FieldIo<3> >;
16
}
17
namespace
Rpg
{
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::Rpg::Domain
Spatial domain for a periodic structure with real fields, on a GPU.
Definition
rpg/field/Domain.h:38
Pscf::Prdc::Cuda
Fields, FFTs, and utilities for periodic boundary conditions (CUDA)
Definition
Reduce.cpp:14
Pscf::Prdc
Periodic fields and crystallography.
Definition
CField.cpp:11
Pscf::Rpg
SCFT and PS-FTS with real periodic fields (GPU)
Definition
rpg/environment/environment.mod:3
Pscf
PSCF package top-level namespace.
Definition
param_pc.dox:1
Generated on
for PSCF by
1.14.0