35 #ifndef UTILITIES_NEKMESH_PROCESSLINEAR 36 #define UTILITIES_NEKMESH_PROCESSLINEAR
virtual void Process()
Write mesh to output file.
This processing module removes all the high-order information from the mesh leaving just the linear e...
std::shared_ptr< Mesh > MeshSharedPtr
Shared pointer to a mesh.
bool Invalid(NekMeshUtils::ElementSharedPtr el, NekDouble thr)
std::shared_ptr< Element > ElementSharedPtr
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
static std::shared_ptr< Module > create(NekMeshUtils::MeshSharedPtr m)
Creates an instance of this class.
Abstract base class for processing modules.
static NekMeshUtils::ModuleKey className
ProcessLinear(NekMeshUtils::MeshSharedPtr m)
std::pair< ModuleType, std::string > ModuleKey