| 
    Nektar++
    
   | 
 
Converter for Gmsh files. More...
#include <OutputGmsh.h>


Public Member Functions | |
| OutputGmsh (MeshSharedPtr m) | |
| virtual | ~OutputGmsh () | 
| virtual void | Process () | 
| Write mesh to output file.  More... | |
  Public Member Functions inherited from Nektar::Utilities::OutputModule | |
| OutputModule (FieldSharedPtr p_f) | |
| void | OpenStream () | 
| Open a file for output.  More... | |
| OutputModule (MeshSharedPtr p_m) | |
| void | OpenStream () | 
  Public Member Functions inherited from Nektar::Utilities::Module | |
| Module (FieldSharedPtr p_f) | |
| virtual void | Process (po::variables_map &vm)=0 | 
| virtual std::string | GetModuleName ()=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 boost::shared_ptr< Module > | create (MeshSharedPtr m) | 
| Creates an instance of this class.  More... | |
Static Public Attributes | |
| static ModuleKey | className | 
Private Attributes | |
| boost::unordered_map < ElmtConfig, unsigned int, ElmtConfigHash >  | elmMap | 
Additional Inherited Members | |
  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::OutputModule | |
| ofstream | m_fldFile | 
| Output stream.  More... | |
| std::ofstream | m_mshFile | 
| Output 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... | |
Converter for Gmsh files.
Definition at line 70 of file OutputGmsh.h.
| Nektar::Utilities::OutputGmsh::OutputGmsh | ( | MeshSharedPtr | m | ) | 
Definition at line 54 of file OutputGmsh.cpp.
References elmMap, Nektar::Utilities::InputGmsh::GenElmMap(), and Nektar::iterator.
      
  | 
  virtual | 
Definition at line 68 of file OutputGmsh.cpp.
      
  | 
  inlinestatic | 
Creates an instance of this class.
Definition at line 74 of file OutputGmsh.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr().
      
  | 
  virtual | 
Write mesh to output file.
Process a mesh to output to Gmsh MSH format.
Gmsh output is fairly straightforward. The file first contains a list of nodes, followed by a list of elements. Since Mesh::vertexSet only contains vertices of the linear elements, we first loop over the elements so that any high-order vertices can be enumerated and then added to the node list. We then print out the list of nodes and finally print the element list.
Implements Nektar::Utilities::Module.
Definition at line 82 of file OutputGmsh.cpp.
References elmMap, Nektar::LibUtilities::ePrism, Nektar::LibUtilities::eTetrahedron, Nektar::iterator, Nektar::Utilities::Module::m_mesh, Nektar::Utilities::OutputModule::m_mshFile, and Nektar::Utilities::OutputModule::OpenStream().
      
  | 
  static | 
Definition at line 77 of file OutputGmsh.h.
      
  | 
  private | 
Definition at line 86 of file OutputGmsh.h.
Referenced by OutputGmsh(), and Process().
 1.8.8