PSCF v1.4.0
rpc/field/CFields.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 "CFields.h" // class header
9#include <rpc/field/FieldIo.h>
10#include <rp/field/CFields.tpp> // base class implementation
11
12// Explicit instantiation definitions
13namespace Pscf {
14 namespace Rp {
15 using namespace Prdc;
16 template class CFields<1, Cpu::RField<1>, Rpc::FieldIo<1> >;
17 template class CFields<2, Cpu::RField<2>, Rpc::FieldIo<2> >;
18 template class CFields<3, Cpu::RField<3>, Rpc::FieldIo<3> >;
19 }
20 namespace Rpc {
21 template class CFields<1>;
22 template class CFields<2>;
23 template class CFields<3>;
24 }
25}
A list of c fields stored in both basis and r-grid format.
A container for c fields stored in both basis and r-grid format.
Periodic fields and crystallography.
Definition complex.cpp:11
Class templates for real-valued periodic fields.
Real periodic fields, SCFT and PS-FTS (CPU).
Definition param_pc.dox:2
PSCF package top-level namespace.