PSCF v1.4.0
cpc/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 Cp {
12 using namespace Prdc::Cpu;
13 template class FieldIo<1, CField<1>, FFT<1> >;
14 template class FieldIo<2, CField<2>, FFT<2> >;
15 template class FieldIo<3, CField<3>, FFT<3> >;
16 }
17 namespace Cpc {
18 template class FieldIo<1>;
19 template class FieldIo<2>;
20 template class FieldIo<3>;
21 }
22}
File IO and other utilities for complex fields.
File input/output operations for fields.
Fourier transform wrapper.
Definition cpu/FFT.h:39
Complex-valued periodic fields (class templates).
Definition cp.mod:6
Complex periodic fields, CL-FTS (CPU).
Definition cpc.mod:6
PSCF package top-level namespace.