PSCF v1.3
Basis.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 "Basis.tpp"
9
10namespace Pscf {
11namespace Prdc {
12
13 template class Basis<1>;
14 template class Basis<2>;
15 template class Basis<3>;
16
17}
18}
Symmetry-adapted Fourier basis for pseudo-spectral SCFT.
Definition Basis.h:383
Periodic fields and crystallography.
Definition CField.cpp:11
PSCF package top-level namespace.
Definition param_pc.dox:1