Hermes2D  3.0
Hermes::Hermes2D::MeshReaderH1DXML Class Reference

#include <mesh_reader_h1d_xml.h>

+ Inheritance diagram for Hermes::Hermes2D::MeshReaderH1DXML:

Public Member Functions

virtual void load (const char *filename, MeshSharedPtr mesh)
 This method loads a single mesh from a file.
 
void save (const char *filename, MeshSharedPtr mesh)
 This method saves a single mesh to a file. More...
 
- Public Member Functions inherited from Hermes::Hermes2D::Mixins::XMLParsing
 XMLParsing ()
 Constructor.
 
void set_validation (bool to_set)
 Set to validate / not to validate.
 

Additional Inherited Members

- Public Attributes inherited from Hermes::Hermes2D::MeshReader
RefMap ref_map
 Reference mapping for detecting the inverse reference mapping order.
 
- Protected Attributes inherited from Hermes::Hermes2D::Mixins::XMLParsing
bool validate
 Internal.
 

Detailed Description

Mesh reader from Hermes1D XML format

The format specification is in hermes2d/xml_schemas/mesh_h1d_xml.xsd

Definition at line 35 of file mesh_reader_h1d_xml.h.

Member Function Documentation

void Hermes::Hermes2D::MeshReaderH1DXML::save ( const char *  filename,
MeshSharedPtr  mesh 
)

This method saves a single mesh to a file.

Todo:
Is this necessary? It is a valid H2D mesh afterall.

Definition at line 202 of file mesh_reader_h1d_xml.cpp.


The documentation for this class was generated from the following files: