PSCF v1.4.0
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
11// Explicit instantiation definitions
12namespace Pscf {
13 namespace Rp {
14 template class FieldIo<1, RField<1>, RFieldDft<1>, FFT<1> >;
15 template class FieldIo<2, RField<2>, RFieldDft<2>, FFT<2> >;
16 template class FieldIo<3, RField<3>, RFieldDft<3>, FFT<3> >;
17 }
18 namespace Rpg {
19 template class FieldIo<1>;
20 template class FieldIo<2>;
21 template class FieldIo<3>;
22 }
23}
Fourier transform wrapper.
Definition cpu/FFT.h:39
Fourier transform of a real field on an FFT mesh.
File input/output, format conversions and other utilities for fields.
File input/output operations and format conversions for fields.
Class templates for real-valued periodic fields.
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.