|
Nektar++
|
Converter for VTK files. More...
#include <InputVtk.h>


Public Member Functions | |
| InputVtk (MeshSharedPtr m) | |
| virtual | ~InputVtk () |
| virtual void | Process () |
| Populate and validate required data structures. | |
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. | |
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. | |
| void | PrintConfig () |
| Print out all configuration options for a module. | |
| void | SetDefaults () |
| Sets default configuration options for those which have not been set. | |
| 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 (string key, string value) |
| void | PrintConfig () |
| void | SetDefaults () |
| MeshSharedPtr | GetMesh () |
| virtual void | ProcessVertices () |
| Extract element vertices. | |
Static Public Member Functions | |
| static ModuleSharedPtr | create (MeshSharedPtr m) |
| Creates an instance of this class. | |
Static Public Attributes | |
| static ModuleKey | className |
Additional Inherited Members | |
Protected Member Functions inherited from Nektar::Utilities::InputModule | |
| void | PrintSummary () |
| Print summary of elements. | |
| void | PrintSummary () |
| Print summary of elements. | |
Protected Attributes inherited from Nektar::Utilities::InputModule | |
| set< string > | m_allowedFiles |
| std::ifstream | m_mshFile |
| Input stream. | |
Converter for VTK files.
Definition at line 46 of file InputVtk.h.
| Nektar::Utilities::InputVtk::InputVtk | ( | MeshSharedPtr | m | ) |
Definition at line 58 of file InputVtk.cpp.
|
virtual |
Definition at line 63 of file InputVtk.cpp.
|
inlinestatic |
Creates an instance of this class.
Definition at line 50 of file InputVtk.h.
|
virtual |
Populate and validate required data structures.
Gmsh file contains a list of nodes and their coordinates, along with a list of elements and those nodes which define them. We read in and store the list of nodes in #m_node and store the list of elements in #m_element. Each new element is supplied with a list of entries from #m_node which defines the element. Finally some mesh statistics are printed.
| pFilename | Filename of Gmsh file to read. |
Implements Nektar::Utilities::Module.
Definition at line 79 of file InputVtk.cpp.
References Nektar::LibUtilities::eSegment, Nektar::LibUtilities::eTriangle, Nektar::Utilities::GetElementFactory(), Nektar::Utilities::Module::m_config, Nektar::Utilities::Module::m_mesh, npts, Nektar::Utilities::Module::ProcessComposites(), Nektar::Utilities::Module::ProcessEdges(), Nektar::Utilities::Module::ProcessElements(), Nektar::Utilities::Module::ProcessFaces(), and Nektar::Utilities::Module::ProcessVertices().
|
static |
Definition at line 53 of file InputVtk.h.
1.8.1.2