PSCF v1.3.1
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
10namespace Pscf {
11 namespace Prdc {
12 using namespace Cpu;
16 }
17 namespace Rpc {
18 template class FieldIo<1>;
19 template class FieldIo<2>;
20 template class FieldIo<3>;
21 }
22}
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 FieldIoTmpl.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