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