36 #ifndef UTILITIES_PREPROCESSING_MESHCONVERT_PROCESSEXTRACTSURF
37 #define UTILITIES_PREPROCESSING_MESHCONVERT_PROCESSEXTRACTSURF
39 #include "../Module.h"
70 vector<ElementSharedPtr> &block);
virtual ~ProcessDetectSurf()
pair< ModuleType, string > ModuleKey
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
static boost::shared_ptr< Module > create(MeshSharedPtr m)
Creates an instance of this class.
boost::shared_ptr< Element > ElementSharedPtr
Shared pointer to an element.
ProcessDetectSurf(MeshSharedPtr m)
boost::shared_ptr< Mesh > MeshSharedPtr
Shared pointer to a mesh.
virtual void Process()
Write mesh to output file.
static ModuleKey className
This processing module calculates the Jacobian of elements using SpatialDomains::GeomFactors and the ...
Abstract base class for processing modules.
void FindContiguousSurface(ElementSharedPtr start, set< int > &doneIds, vector< ElementSharedPtr > &block)