Loading [MathJax]/extensions/TeX/AMSsymbols.js
PSCF v1.2
FieldBasisConverter.cpp
1/*
2* PSCF Package
3*
4* Copyright 2016 - 2022, The Regents of the University of Minnesota
5* Distributed under the terms of the GNU General Public License.
6*/
7
8#include "FieldBasisConverter.tpp"
9
10namespace Pscf {
11namespace Prdc {
12namespace Cpu {
13
14 using namespace Util;
15
16 // Explicit class instantiations
17 template class FieldBasisConverter<1>;
18 template class FieldBasisConverter<2>;
19 template class FieldBasisConverter<3>;
20
21}
22}
23}
PSCF package top-level namespace.
Definition param_pc.dox:1
Utility classes for scientific computation.