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