|
Nektar++
|
#include <InputCAD.h>


Public Member Functions | |
| InputCAD (MeshSharedPtr m) | |
| Set up InputCAD object. More... | |
| virtual | ~InputCAD () |
| virtual void | Process () |
Public Member Functions inherited from Nektar::Utilities::InputModule | |
| InputModule (FieldSharedPtr p_m) | |
| void | AddFile (string fileType, string fileName) |
| InputModule (MeshSharedPtr p_m) | |
| void | OpenStream () |
| Open a file for input. More... | |
Public Member Functions inherited from Nektar::Utilities::Module | |
| Module (FieldSharedPtr p_f) | |
| virtual void | Process (po::variables_map &vm)=0 |
| void | RegisterConfig (string key, string value) |
| Register a configuration option with a module. More... | |
| void | PrintConfig () |
| Print out all configuration options for a module. More... | |
| void | SetDefaults () |
| Sets default configuration options for those which have not been set. More... | |
| bool | GetRequireEquiSpaced (void) |
| void | SetRequireEquiSpaced (bool pVal) |
| void | EvaluateTriFieldAtEquiSpacedPts (LocalRegions::ExpansionSharedPtr &exp, const Array< OneD, const NekDouble > &infield, Array< OneD, NekDouble > &outfield) |
| Module (MeshSharedPtr p_m) | |
| void | RegisterConfig (std::string key, std::string value) |
| void | PrintConfig () |
| void | SetDefaults () |
| MeshSharedPtr | GetMesh () |
| virtual void | ProcessVertices () |
| Extract element vertices. More... | |
| virtual void | ProcessEdges (bool ReprocessEdges=true) |
| Extract element edges. More... | |
| virtual void | ProcessFaces (bool ReprocessFaces=true) |
| Extract element faces. More... | |
| virtual void | ProcessElements () |
| Generate element IDs. More... | |
| virtual void | ProcessComposites () |
| Generate composites. More... | |
| virtual void | ClearElementLinks () |
Static Public Member Functions | |
| static ModuleSharedPtr | create (MeshSharedPtr m) |
| Creates an instance of this class. More... | |
Static Public Attributes | |
| static ModuleKey | className |
| ModuleKey for class. More... | |
Private Attributes | |
| NekDouble | m_minDelta |
| NekDouble | m_maxDelta |
| NekDouble | m_eps |
| NekDouble | m_blthick |
| int | m_order |
| string | m_CADName |
| string | m_udsName |
| bool | m_makeBL |
| bool | m_writeoctree |
Additional Inherited Members | |
Protected Member Functions inherited from Nektar::Utilities::InputModule | |
| void | PrintSummary () |
| Print summary of elements. More... | |
| void | PrintSummary () |
| Print summary of elements. More... | |
Protected Member Functions inherited from Nektar::Utilities::Module | |
| Module () | |
| void | ReorderPrisms (PerMap &perFaces) |
| Reorder node IDs so that prisms and tetrahedra are aligned correctly. More... | |
| void | PrismLines (int prism, PerMap &perFaces, std::set< int > &prismsDone, std::vector< ElementSharedPtr > &line) |
Protected Attributes inherited from Nektar::Utilities::InputModule | |
| set< string > | m_allowedFiles |
| std::ifstream | m_mshFile |
| Input stream. More... | |
Protected Attributes inherited from Nektar::Utilities::Module | |
| FieldSharedPtr | m_f |
| Field object. More... | |
| map< string, ConfigOption > | m_config |
| List of configuration values. More... | |
| bool | m_requireEquiSpaced |
| MeshSharedPtr | m_mesh |
| Mesh object. More... | |
| std::map< std::string, ConfigOption > | m_config |
| List of configuration values. More... | |
Definition at line 46 of file InputCAD.h.
| Nektar::Utilities::InputCAD::InputCAD | ( | MeshSharedPtr | m | ) |
Set up InputCAD object.
Definition at line 67 of file InputCAD.cpp.
|
virtual |
Definition at line 71 of file InputCAD.cpp.
|
inlinestatic |
Creates an instance of this class.
Definition at line 54 of file InputCAD.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr().
|
virtual |
Implements Nektar::Utilities::Module.
Definition at line 75 of file InputCAD.cpp.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr(), ASSERTL0, Nektar::Utilities::Module::ClearElementLinks(), Nektar::LibUtilities::SessionReader::CreateInstance(), Nektar::LibUtilities::NekFactory< tKey, tBase, >::CreateInstance(), Nektar::Utilities::eOutputModule, Nektar::StdRegions::find(), Nektar::ParseUtils::GenerateSeqVector(), Nektar::Utilities::GetModuleFactory(), m_blthick, m_CADName, Nektar::Utilities::Module::m_config, m_eps, m_makeBL, m_maxDelta, Nektar::Utilities::Module::m_mesh, m_minDelta, m_order, m_udsName, m_writeoctree, Nektar::Utilities::Module::ProcessComposites(), Nektar::Utilities::Module::ProcessEdges(), Nektar::Utilities::Module::ProcessElements(), Nektar::Utilities::Module::ProcessFaces(), and Nektar::Utilities::Module::ProcessVertices().
|
static |
ModuleKey for class.
Definition at line 59 of file InputCAD.h.
|
private |
Definition at line 62 of file InputCAD.h.
Referenced by Process().
|
private |
Definition at line 64 of file InputCAD.h.
Referenced by Process().
|
private |
Definition at line 62 of file InputCAD.h.
Referenced by Process().
|
private |
Definition at line 65 of file InputCAD.h.
Referenced by Process().
|
private |
Definition at line 62 of file InputCAD.h.
Referenced by Process().
|
private |
Definition at line 62 of file InputCAD.h.
Referenced by Process().
|
private |
Definition at line 63 of file InputCAD.h.
Referenced by Process().
|
private |
Definition at line 64 of file InputCAD.h.
Referenced by Process().
|
private |
Definition at line 65 of file InputCAD.h.
Referenced by Process().
1.8.8