Hermes2D
2.0
|
#include <mesh_reader_h1d_xml.h>
Public Member Functions | |
virtual bool | load (const char *filename, Mesh *mesh) |
This method loads a single mesh from a file. | |
bool | save (const char *filename, Mesh *mesh) |
This method saves a single mesh to a file. More... | |
![]() | |
XMLParsing () | |
Constructor. | |
void | set_validation (bool to_set) |
Set to validate / not to validate. | |
Additional Inherited Members | |
![]() | |
static bool | is_twin_nurbs (Element *e, int i) |
![]() | |
bool | validate |
Internal. | |
Mesh reader from Hermes1D XML format
The format specification is in hermes2d/xml_schemas/mesh_h1d_xml.xsd
Definition at line 36 of file mesh_reader_h1d_xml.h.
bool Hermes::Hermes2D::MeshReaderH1DXML::save | ( | const char * | filename, |
Mesh * | mesh | ||
) |
This method saves a single mesh to a file.
Definition at line 204 of file mesh_reader_h1d_xml.cpp.