Nektar++
|
#include <InputMCF.h>
Public Member Functions | |
InputMCF (NekMeshUtils::MeshSharedPtr m) | |
Set up InputCAD object. More... | |
virtual | ~InputMCF () |
virtual void | Process () |
void | ParseFile (std::string nm) |
Public Member Functions inherited from Nektar::NekMeshUtils::InputModule | |
NEKMESHUTILS_EXPORT | InputModule (MeshSharedPtr p_m) |
NEKMESHUTILS_EXPORT void | OpenStream () |
Open a file for input. More... | |
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 NekMeshUtils::ModuleSharedPtr | create (NekMeshUtils::MeshSharedPtr m) |
Creates an instance of this class. More... | |
Static Public Attributes | |
static NekMeshUtils::ModuleKey | className |
ModuleKey for class. More... | |
Private Attributes | |
std::string | m_minDelta |
std::string | m_maxDelta |
std::string | m_eps |
std::string | m_cadfile |
std::string | m_order |
std::string | m_blsurfs |
std::string | m_blthick |
std::string | m_blprog |
std::string | m_bllayers |
std::string | m_refinement |
std::string | m_nacadomain |
bool | m_makeBL |
bool | m_surfopti |
bool | m_varopti |
bool | m_refine |
bool | m_woct |
bool | m_2D |
bool | m_splitBL |
bool | m_naca |
bool | m_adjust |
bool | m_adjustall |
bool | m_manifold |
Additional Inherited Members | |
Protected Member Functions inherited from Nektar::NekMeshUtils::InputModule | |
NEKMESHUTILS_EXPORT void | PrintSummary () |
Print summary of elements. More... | |
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::InputModule | |
io::filtering_istream | m_mshFile |
Input stream. More... | |
std::ifstream | m_mshFileStream |
Input stream. More... | |
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 46 of file InputMCF.h.
Nektar::Utilities::InputMCF::InputMCF | ( | NekMeshUtils::MeshSharedPtr | m | ) |
Set up InputCAD object.
Definition at line 59 of file InputMCF.cpp.
|
virtual |
Definition at line 63 of file InputMCF.cpp.
|
inlinestatic |
Creates an instance of this class.
Definition at line 54 of file InputMCF.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr().
void Nektar::Utilities::InputMCF::ParseFile | ( | std::string | nm | ) |
Definition at line 67 of file InputMCF.cpp.
References ASSERTL0, Nektar::LibUtilities::SessionReader::CreateInstance(), Nektar::iterator, L, m_2D, m_bllayers, m_blprog, m_blsurfs, m_blthick, m_cadfile, m_eps, m_makeBL, m_manifold, m_maxDelta, m_minDelta, m_naca, m_nacadomain, m_order, m_refine, m_refinement, m_splitBL, m_surfopti, m_varopti, m_woct, and class_topology::P.
Referenced by Process().
|
virtual |
Implements Nektar::NekMeshUtils::Module.
Definition at line 258 of file InputMCF.cpp.
References Nektar::LibUtilities::NekFactory< tKey, tBase, >::CreateInstance(), Nektar::FieldUtils::eProcessModule, Nektar::FieldUtils::GetModuleFactory(), m_2D, m_bllayers, m_blprog, m_blsurfs, m_blthick, m_cadfile, Nektar::NekMeshUtils::Module::m_config, m_eps, m_makeBL, m_manifold, m_maxDelta, Nektar::NekMeshUtils::Module::m_mesh, m_minDelta, m_naca, m_nacadomain, m_order, m_refine, m_refinement, m_splitBL, m_surfopti, m_varopti, m_woct, ParseFile(), Nektar::NekMeshUtils::Module::ProcessComposites(), Nektar::NekMeshUtils::Module::ProcessEdges(), Nektar::NekMeshUtils::Module::ProcessElements(), Nektar::NekMeshUtils::Module::ProcessFaces(), and Nektar::NekMeshUtils::Module::ProcessVertices().
|
static |
ModuleKey for class.
Definition at line 59 of file InputMCF.h.
|
private |
Definition at line 67 of file InputMCF.h.
Referenced by ParseFile(), and Process().
|
private |
Definition at line 67 of file InputMCF.h.
|
private |
Definition at line 67 of file InputMCF.h.
|
private |
Definition at line 64 of file InputMCF.h.
Referenced by ParseFile(), and Process().
|
private |
Definition at line 64 of file InputMCF.h.
Referenced by ParseFile(), and Process().
|
private |
Definition at line 64 of file InputMCF.h.
Referenced by ParseFile(), and Process().
|
private |
Definition at line 64 of file InputMCF.h.
Referenced by ParseFile(), and Process().
|
private |
Definition at line 64 of file InputMCF.h.
Referenced by ParseFile(), and Process().
|
private |
Definition at line 64 of file InputMCF.h.
Referenced by ParseFile(), and Process().
|
private |
Definition at line 67 of file InputMCF.h.
Referenced by ParseFile(), and Process().
|
private |
Definition at line 67 of file InputMCF.h.
Referenced by ParseFile(), and Process().
|
private |
Definition at line 64 of file InputMCF.h.
Referenced by ParseFile(), and Process().
|
private |
Definition at line 64 of file InputMCF.h.
Referenced by ParseFile(), and Process().
|
private |
Definition at line 67 of file InputMCF.h.
Referenced by ParseFile(), and Process().
|
private |
Definition at line 64 of file InputMCF.h.
Referenced by ParseFile(), and Process().
|
private |
Definition at line 64 of file InputMCF.h.
Referenced by ParseFile(), and Process().
|
private |
Definition at line 67 of file InputMCF.h.
Referenced by ParseFile(), and Process().
|
private |
Definition at line 64 of file InputMCF.h.
Referenced by ParseFile(), and Process().
|
private |
Definition at line 67 of file InputMCF.h.
Referenced by ParseFile(), and Process().
|
private |
Definition at line 67 of file InputMCF.h.
Referenced by ParseFile(), and Process().
|
private |
Definition at line 67 of file InputMCF.h.
Referenced by ParseFile(), and Process().
|
private |
Definition at line 67 of file InputMCF.h.
Referenced by ParseFile(), and Process().