FEAT 3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
mesh_node-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/mesh_node.hpp>
8
9namespace FEAT
10{
11 namespace Geometry
12 {
13 template class MeshNode<ConformalMesh<Shape::Simplex<2>, 2, Real>, ConformalMesh<Shape::Simplex<2>, 2, Real>>;
14 template class MeshNode<ConformalMesh<Shape::Simplex<3>, 3, Real>, ConformalMesh<Shape::Simplex<3>, 3, Real>>;
15 template class MeshNode<ConformalMesh<Shape::Hypercube<2>, 2, Real>, ConformalMesh<Shape::Hypercube<2>, 2, Real>>;
16 template class MeshNode<ConformalMesh<Shape::Hypercube<3>, 3, Real>, ConformalMesh<Shape::Hypercube<3>, 3, Real>>;
17
18 template class MeshNode<ConformalMesh<Shape::Simplex<2>, 2, Real>, MeshPart<ConformalMesh<Shape::Simplex<2>, 2, Real>>>;
19 template class MeshNode<ConformalMesh<Shape::Simplex<3>, 3, Real>, MeshPart<ConformalMesh<Shape::Simplex<3>, 3, Real>>>;
20 template class MeshNode<ConformalMesh<Shape::Hypercube<2>, 2, Real>, MeshPart<ConformalMesh<Shape::Hypercube<2>, 2, Real>>>;
21 template class MeshNode<ConformalMesh<Shape::Hypercube<3>, 3, Real>, MeshPart<ConformalMesh<Shape::Hypercube<3>, 3, Real>>>;
22
23 template class RootMeshNode<ConformalMesh<Shape::Simplex<2>, 2, Real>>;
24 template class RootMeshNode<ConformalMesh<Shape::Simplex<3>, 3, Real>>;
25 template class RootMeshNode<ConformalMesh<Shape::Hypercube<2>, 2, Real>>;
26 template class RootMeshNode<ConformalMesh<Shape::Hypercube<3>, 3, Real>>;
27 } // namespace Geometry
28} // namespace FEAT
FEAT namespace.
Definition: adjactor.hpp:12
double Real
Real data type.