|
Nektar++
|
#include <ProcessProjectCAD.h>
Public Member Functions | |
| ProcessProjectCAD (NekMeshUtils::MeshSharedPtr m) | |
| virtual | ~ProcessProjectCAD () |
| virtual void | Process () |
| Write mesh to output file. More... | |
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=std::string()) |
| 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 std::shared_ptr< Module > | create (NekMeshUtils::MeshSharedPtr m) |
| Creates an instance of this class. More... | |
Static Public Attributes | |
| static NekMeshUtils::ModuleKey | className |
Private Member Functions | |
| bool | findAndProject (bgi::rtree< boxI, bgi::quadratic< 16 > > &rtree, Array< OneD, NekDouble > in, int &surf) |
| bool | IsNotValid (std::vector< NekMeshUtils::ElementSharedPtr > &els) |
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... | |
Definition at line 59 of file ProcessProjectCAD.h.
| Nektar::Utilities::ProcessProjectCAD::ProcessProjectCAD | ( | NekMeshUtils::MeshSharedPtr | m | ) |
Definition at line 63 of file ProcessProjectCAD.cpp.
References Nektar::NekMeshUtils::Module::m_config.
|
virtual |
Definition at line 71 of file ProcessProjectCAD.cpp.
|
inlinestatic |
Creates an instance of this class.
Definition at line 63 of file ProcessProjectCAD.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr().
|
private |
Definition at line 75 of file ProcessProjectCAD.cpp.
References Nektar::NekMeshUtils::Module::m_mesh.
Referenced by Process().
|
private |
Definition at line 112 of file ProcessProjectCAD.cpp.
References ASSERTL0, Nektar::LibUtilities::ePrism, Nektar::LibUtilities::eTetrahedron, and Nektar::NekConstants::kNekZeroTol.
Referenced by Process().
|
virtual |
Write mesh to output file.
Implements Nektar::NekMeshUtils::Module.
Definition at line 200 of file ProcessProjectCAD.cpp.
References ASSERTL0, Nektar::NekMeshUtils::Module::ClearElementLinks(), Nektar::LibUtilities::NekFactory< tKey, tBase, tParam >::CreateInstance(), Nektar::LibUtilities::eGaussLobattoLegendre, Nektar::FieldUtils::eProcessModule, findAndProject(), Nektar::FieldUtils::GetModuleFactory(), IsNotValid(), CG_Iterations::loc, Nektar::NekMeshUtils::Module::m_config, Nektar::NekMeshUtils::Module::m_mesh, class_topology::Node, Nektar::LibUtilities::PointsManager(), and Nektar::LibUtilities::PrintProgressbar().
|
static |
Definition at line 67 of file ProcessProjectCAD.h.
1.8.13