7#include <kernel/geometry/mesh_file_reader.hpp>
13 template class MeshNodeLinker<ConformalMesh<Shape::Simplex<2>, 2,
Real>>;
14 template class MeshNodeLinker<ConformalMesh<Shape::Simplex<3>, 3,
Real>>;
15 template class MeshNodeLinker<ConformalMesh<Shape::Hypercube<2>, 2,
Real>>;
16 template class MeshNodeLinker<ConformalMesh<Shape::Hypercube<3>, 3,
Real>>;
18 template void MeshFileReader::parse<ConformalMesh<Shape::Simplex<2>, 2,
Real>>(
19 MeshNodeLinker<ConformalMesh<Shape::Simplex<2>, 2,
Real>>&,
20 RootMeshNode<ConformalMesh<Shape::Simplex<2>, 2,
Real>>&,
21 MeshAtlas<ConformalMesh<Shape::Simplex<2>, 2,
Real>>&,
23 template void MeshFileReader::parse<ConformalMesh<Shape::Simplex<3>, 3,
Real>>(
24 MeshNodeLinker<ConformalMesh<Shape::Simplex<3>, 3,
Real>>&,
25 RootMeshNode<ConformalMesh<Shape::Simplex<3>, 3,
Real>>&,
26 MeshAtlas<ConformalMesh<Shape::Simplex<3>, 3,
Real>>&,
28 template void MeshFileReader::parse<ConformalMesh<Shape::Hypercube<2>, 2,
Real>>(
29 MeshNodeLinker<ConformalMesh<Shape::Hypercube<2>, 2,
Real>>&,
30 RootMeshNode<ConformalMesh<Shape::Hypercube<2>, 2,
Real>>&,
31 MeshAtlas<ConformalMesh<Shape::Hypercube<2>, 2,
Real>>&,
33 template void MeshFileReader::parse<ConformalMesh<Shape::Hypercube<3>, 3,
Real>>(
34 MeshNodeLinker<ConformalMesh<Shape::Hypercube<3>, 3,
Real>>&,
35 RootMeshNode<ConformalMesh<Shape::Hypercube<3>, 3,
Real>>&,
36 MeshAtlas<ConformalMesh<Shape::Hypercube<3>, 3,
Real>>&,
double Real
Real data type.