PSCF v1.4.0
SystemConstRef.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 "SystemConstRef.h"
9#include <rpc/system/System.h>
10
11#include <rp/system/SystemConstRef.tpp>
12
13// Explicit initialization definitions
14namespace Pscf {
15 namespace Rp {
16 template class SystemConstRef<1, Rpc::Types<1> >;
17 template class SystemConstRef<2, Rpc::Types<2> >;
18 template class SystemConstRef<3, Rpc::Types<3> >;
19 }
20 namespace Rpc {
21 template class SystemConstRef<1>;
22 template class SystemConstRef<2>;
23 template class SystemConstRef<3>;
24 }
25}
Base class template for const access to an associated System.
Const access to a System.
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.