PSCF v1.3
UnitCellBase.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 "UnitCellBase.tpp"
9
10#include <util/math/Constants.h>
11
12namespace Pscf {
13namespace Prdc {
14
15 using namespace Util;
16
17 template class UnitCellBase<1>;
18 template class UnitCellBase<2>;
19 template class UnitCellBase<3>;
20
21}
22}
Base class template for a crystallographic unit cell.
Periodic fields and crystallography.
Definition CField.cpp:11
PSCF package top-level namespace.
Definition param_pc.dox:1