PSCF v1.3
rpc/field/FieldIo.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 "FieldIo.tpp"
9#include <util/math/Constants.h>
10
11namespace Pscf {
12
13namespace Prdc {
14
15 using namespace Cpu;
16
17 // Explicit instantiation
21}
22
23namespace Rpc {
24
25 using namespace Prdc::Cpu;
26
27 // Explicit instantiations
28 template class FieldIo<1>;
29 template class FieldIo<2>;
30 template class FieldIo<3>;
31
32}
33
34} // namespace Pscf
Fourier transform wrapper.
Definition cpu/FFT.h:38
Fourier transform of a real field on an FFT mesh.
File input/output, format conversions and other utilities for fields.
Definition FieldIoReal.h:86
File input/output operations and format conversions for fields.
Fields and FFTs for periodic boundary conditions (CPU)
Definition CField.cpp:12
Periodic fields and crystallography.
Definition CField.cpp:11
Real periodic fields, SCFT and PS-FTS (CPU).
Definition param_pc.dox:2
PSCF package top-level namespace.
Definition param_pc.dox:1