35 #ifndef UTILITIES_NEKMESH_OUTPUTVTK
36 #define UTILITIES_NEKMESH_OUTPUTVTK
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
Abstract base class for output modules.
static std::shared_ptr< Module > create(NekMeshUtils::MeshSharedPtr m)
Creates an instance of this class.
static NekMeshUtils::ModuleKey className
int GetVtkCellType(std::string pType)
OutputVtk(NekMeshUtils::MeshSharedPtr m)
virtual void Process()
Write mesh to output file.
std::pair< ModuleType, std::string > ModuleKey
std::shared_ptr< Mesh > MeshSharedPtr
Shared pointer to a mesh.