36 #ifndef UTILITIES_NEKMESH_PROCESSEXTRACTSURF
37 #define UTILITIES_NEKMESH_PROCESSEXTRACTSURF
39 #include "../Module.h"
70 std::set<int> &doneIds,
71 std::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.
void FindContiguousSurface(ElementSharedPtr start, std::set< int > &doneIds, std::vector< ElementSharedPtr > &block)
ProcessDetectSurf(MeshSharedPtr m)
virtual void Process()
Write mesh to output file.
static ModuleKey className
boost::shared_ptr< Mesh > MeshSharedPtr
Shared pointer to a mesh.
This processing module calculates the Jacobian of elements using SpatialDomains::GeomFactors and the ...
boost::shared_ptr< Element > ElementSharedPtr
Abstract base class for processing modules.