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