PSCF v1.2
FieldIo.cu
1/*
2* PSCF - Polymer Self-Consistent Field Theory
3*
4* Copyright 2016 - 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
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
Fourier transform wrapper for real or complex data.
Discrete Fourier Transform (DFT) of a real field, allocated on a GPU.
File input/output operations and format conversions for fields.
Definition FieldIoReal.h:68
Fields, FFTs, and utilities for periodic boundary conditions (CUDA)
Definition CField.cu:12
PSCF package top-level namespace.
Definition param_pc.dox:1