Nektar++
|
class containing all surface meshing routines methods and classes More...
#include <SurfaceMesh.h>
Public Member Functions | |
SurfaceMesh (MeshSharedPtr m) | |
virtual | ~SurfaceMesh () |
virtual void | Process () |
Public Member Functions inherited from Nektar::NekMeshUtils::ProcessModule | |
NEKMESHUTILS_EXPORT | ProcessModule (MeshSharedPtr p_m) |
Public Member Functions inherited from Nektar::NekMeshUtils::Module | |
NEKMESHUTILS_EXPORT | Module (MeshSharedPtr p_m) |
NEKMESHUTILS_EXPORT void | RegisterConfig (std::string key, std::string value) |
Register a configuration option with a module. More... | |
NEKMESHUTILS_EXPORT void | PrintConfig () |
Print out all configuration options for a module. More... | |
NEKMESHUTILS_EXPORT void | SetDefaults () |
Sets default configuration options for those which have not been set. More... | |
NEKMESHUTILS_EXPORT MeshSharedPtr | GetMesh () |
virtual NEKMESHUTILS_EXPORT void | ProcessVertices () |
Extract element vertices. More... | |
virtual NEKMESHUTILS_EXPORT void | ProcessEdges (bool ReprocessEdges=true) |
Extract element edges. More... | |
virtual NEKMESHUTILS_EXPORT void | ProcessFaces (bool ReprocessFaces=true) |
Extract element faces. More... | |
virtual NEKMESHUTILS_EXPORT void | ProcessElements () |
Generate element IDs. More... | |
virtual NEKMESHUTILS_EXPORT void | ProcessComposites () |
Generate composites. More... | |
virtual NEKMESHUTILS_EXPORT void | ClearElementLinks () |
Static Public Member Functions | |
static boost::shared_ptr< Module > | create (MeshSharedPtr m) |
Creates an instance of this class. More... | |
Static Public Attributes | |
static ModuleKey | className |
Private Member Functions | |
void | Report () |
Private Attributes | |
std::map< int, FaceMeshSharedPtr > | m_facemeshes |
map of individual surface meshes from parametric surfaces More... | |
std::map< int, CurveMeshSharedPtr > | m_curvemeshes |
map of individual curve meshes of the curves in the domain More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Nektar::NekMeshUtils::Module | |
NEKMESHUTILS_EXPORT void | ReorderPrisms (PerMap &perFaces) |
Reorder node IDs so that prisms and tetrahedra are aligned correctly. More... | |
NEKMESHUTILS_EXPORT void | PrismLines (int prism, PerMap &perFaces, std::set< int > &prismsDone, std::vector< ElementSharedPtr > &line) |
Protected Attributes inherited from Nektar::NekMeshUtils::Module | |
MeshSharedPtr | m_mesh |
Mesh object. More... | |
std::map< std::string, ConfigOption > | m_config |
List of configuration values. More... | |
class containing all surface meshing routines methods and classes
Definition at line 51 of file SurfaceMesh.h.
Nektar::NekMeshUtils::SurfaceMesh::SurfaceMesh | ( | MeshSharedPtr | m | ) |
Definition at line 52 of file SurfaceMesh.cpp.
|
virtual |
Definition at line 57 of file SurfaceMesh.cpp.
|
inlinestatic |
Creates an instance of this class.
Definition at line 56 of file SurfaceMesh.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr().
|
virtual |
Implements Nektar::NekMeshUtils::Module.
Definition at line 61 of file SurfaceMesh.cpp.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr(), ASSERTL0, Nektar::iterator, m_curvemeshes, m_facemeshes, Nektar::NekMeshUtils::Module::m_mesh, Nektar::LibUtilities::PrintProgressbar(), Nektar::NekMeshUtils::Module::ProcessComposites(), Nektar::NekMeshUtils::Module::ProcessEdges(), Nektar::NekMeshUtils::Module::ProcessElements(), Nektar::NekMeshUtils::Module::ProcessFaces(), Nektar::NekMeshUtils::Module::ProcessVertices(), and Report().
|
private |
Definition at line 141 of file SurfaceMesh.cpp.
References Nektar::NekMeshUtils::Module::m_mesh.
Referenced by Process().
|
static |
Definition at line 60 of file SurfaceMesh.h.
|
private |
map of individual curve meshes of the curves in the domain
Definition at line 72 of file SurfaceMesh.h.
Referenced by Process().
|
private |
map of individual surface meshes from parametric surfaces
Definition at line 70 of file SurfaceMesh.h.
Referenced by Process().