PSCF v1.3
FieldIo.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 "FieldIo.tpp"
9#include <util/math/Constants.h>
10
11namespace Pscf {
12
13namespace Prdc {
14
15 using namespace Pscf::Prdc::Cuda;
16
17 // Explicit instantiation
18 template class FieldIoReal<1, Prdc::Cuda::RField<1>, Prdc::Cuda::RFieldDft<1>, Prdc::Cuda::FFT<1> >;
19 template class FieldIoReal<2, Prdc::Cuda::RField<2>, Prdc::Cuda::RFieldDft<2>, Prdc::Cuda::FFT<2> >;
20 template class FieldIoReal<3, Prdc::Cuda::RField<3>, Prdc::Cuda::RFieldDft<3>, Prdc::Cuda::FFT<3> >;
21
22}
23
24namespace Rpg {
25
26 // Explicit instantiations
27 template class FieldIo<1>;
28 template class FieldIo<2>;
29 template class FieldIo<3>;
30
31}
32
33} // namespace Pscf
File input/output, format conversions and other utilities for fields.
Definition FieldIoReal.h:86
File input/output operations and format conversions for fields.
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