FEAT 3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
conformal_mesh-eickt.cpp
1// FEAT3: Finite Element Analysis Toolbox, Version 3
2// Copyright (C) 2010 by Stefan Turek & the FEAT group
3// FEAT3 is released under the GNU General Public License version 3,
4// see the file 'copyright.txt' in the top level directory for details.
5
6// includes, FEAT
7#include <kernel/geometry/conformal_mesh.hpp>
8
9namespace FEAT
10{
11 namespace Geometry
12 {
13 template class ConformalMesh<Shape::Simplex<2>, 2, Real>;
14 template class ConformalMesh<Shape::Simplex<3>, 3, Real>;
15 template class ConformalMesh<Shape::Hypercube<2>, 2, Real>;
16 template class ConformalMesh<Shape::Hypercube<3>, 3, Real>;
17
18 template class StandardRefinery<ConformalMesh<Shape::Simplex<2>, 2, Real>>;
19 template class StandardRefinery<ConformalMesh<Shape::Simplex<3>, 3, Real>>;
20 template class StandardRefinery<ConformalMesh<Shape::Hypercube<2>, 2, Real>>;
21 template class StandardRefinery<ConformalMesh<Shape::Hypercube<3>, 3, Real>>;
22 } // namespace Geometry
23} // namespace FEAT
FEAT namespace.
Definition: adjactor.hpp:12
double Real
Real data type.