Hermes2D  2.0
Hermes::Hermes2D::MeshReader Class Referenceabstract

#include <mesh_reader.h>

+ Inheritance diagram for Hermes::Hermes2D::MeshReader:

Public Member Functions

virtual bool load (const char *filename, Mesh *mesg)=0
 

Static Protected Member Functions

static bool is_twin_nurbs (Element *e, int i)
 

Detailed Description

Abstract class for mesh readers

Definition at line 32 of file mesh_reader.h.

Member Function Documentation

virtual bool Hermes::Hermes2D::MeshReader::load ( const char *  filename,
Mesh mesg 
)
pure virtual

Loads the mesh from a file. Aborts the program on error.

Parameters
filename[in] The name of the file.
mesh[out] The mesh.

Implemented in Hermes::Hermes2D::MeshReaderH2DXML, Hermes::Hermes2D::MeshReaderH2D, Hermes::Hermes2D::MeshReaderH1DXML, and Hermes::Hermes2D::MeshReaderExodusII.


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