PSCF v1.4.0
rpc/field/WFields.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 "WFields.h" // class header
9#include <rpc/field/FieldIo.tpp>
10#include <pscf/cpu/VecOp.h>
11#include <rp/field/WFields.tpp> // base class implementation
12
13// Explicit instantiation definitions
14namespace Pscf {
15 namespace Rp {
16 using namespace Prdc;
17 template class Rp::WFields<1, Cpu::RField<1>, Rpc::FieldIo<1> >;
18 template class Rp::WFields<2, Cpu::RField<2>, Rpc::FieldIo<2> >;
19 template class Rp::WFields<3, Cpu::RField<3>, Rpc::FieldIo<3> >;
20 }
21 namespace Rpc {
22 template class WFields<1>;
23 template class WFields<2>;
24 template class WFields<3>;
25 }
26}
A container of 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.