PSCF v1.3
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
10namespace 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}
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 GPU.
Fields, FFTs, and utilities for periodic boundary conditions (CUDA)
Definition Reduce.cpp:14
Periodic fields and crystallography.
Definition CField.cpp:11
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.
Definition param_pc.dox:1