7#include <kernel/geometry/mesh_node.hpp> 
   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>>;
 
   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>>>;
 
   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>>;
 
double Real
Real data type.