PSCF v1.4.0
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 <rpg/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, Rpg::Types<1> >;
17 template class SystemConstRef<2, Rpg::Types<2> >;
18 template class SystemConstRef<3, Rpg::Types<3> >;
19 }
20 namespace Rpg {
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.
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.