35 #ifndef NEKMESHUTILS_SURFACEMESHING_SURFACEMESH
36 #define NEKMESHUTILS_SURFACEMESHING_SURFACEMESH
44 namespace NekMeshUtils
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
Abstract base class for processing modules.
class containing all surface meshing routines methods and classes
SurfaceMesh(MeshSharedPtr m)
std::map< int, FaceMeshSharedPtr > m_facemeshes
map of individual surface meshes from parametric surfaces
static std::shared_ptr< Module > create(MeshSharedPtr m)
Creates an instance of this class.
std::map< int, CurveMeshSharedPtr > m_curvemeshes
map of individual curve meshes of the curves in the domain
static ModuleKey className
std::pair< ModuleType, std::string > ModuleKey
std::shared_ptr< Mesh > MeshSharedPtr
Shared pointer to a mesh.