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