36 #ifndef UTILITIES_PREPROCESSING_MESHCONVERT_PROCESSSCALAR
37 #define UTILITIES_PREPROCESSING_MESHCONVERT_PROCESSSCALAR
39 #include "../Module.h"
pair< ModuleType, string > ModuleKey
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
static ModuleKey className
virtual void Process()
Write mesh to output file.
static boost::shared_ptr< Module > create(MeshSharedPtr m)
Creates an instance of this class.
boost::shared_ptr< Mesh > MeshSharedPtr
Shared pointer to a mesh.
ProcessScalar(MeshSharedPtr m)
This processing module calculates the Jacobian of elements using SpatialDomains::GeomFactors and the ...
Abstract base class for processing modules.