36 #ifndef UTILITIES_NEKMESH_PROCESSLINEAR
37 #define UTILITIES_NEKMESH_PROCESSLINEAR
39 #include "../Module.h"
pair< ModuleType, string > ModuleKey
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
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...
static boost::shared_ptr< Module > create(MeshSharedPtr m)
Creates an instance of this class.
boost::shared_ptr< Mesh > MeshSharedPtr
Shared pointer to a mesh.
static ModuleKey className
Abstract base class for processing modules.
ProcessLinear(MeshSharedPtr m)