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