PSCF v1.3
SystemConstRef.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 "SystemConstRef.h"
9#include <prdc/system/SystemConstRefReal.tpp>
10
11namespace Pscf {
12 namespace Prdc {
16 }
17 namespace Rpg {
18 template class SystemConstRef<1>;
19 template class SystemConstRef<2>;
20 template class SystemConstRef<3>;
21 }
22}
Const access to main components of an associated System.
Const access to a System<D>.
Periodic fields and crystallography.
Definition CField.cpp:11
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.
Definition param_pc.dox:1