ExodusIIReader Class Reference
[Mesh loaders]

Mesh loader from EXODUSII format. More...

#include <exodusii.h>

Inherits MeshLoader.

List of all members.

Public Member Functions

 ExodusIIReader ()
virtual ~ExodusIIReader ()
virtual bool load (const char *file_name, Mesh *mesh)
 Loads the mesh from a file. Aborts the program on error.
virtual bool save (const char *file_name, Mesh *mesh)
 Saves the mesh, including all refinements, to a file. Caution: never overwrite hand-created meshes with this function -- all comments in the original file will be lost.

Detailed Description

Mesh loader from EXODUSII format.


Constructor & Destructor Documentation

ExodusIIReader::ExodusIIReader (  ) 
ExodusIIReader::~ExodusIIReader (  )  [virtual]

Member Function Documentation

bool ExodusIIReader::load ( const char *  file_name,
Mesh mesg 
) [virtual]

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

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

Implements MeshLoader.

bool ExodusIIReader::save ( const char *  file_name,
Mesh mesh 
) [virtual]

Saves the mesh, including all refinements, to a file. Caution: never overwrite hand-created meshes with this function -- all comments in the original file will be lost.

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

Implements MeshLoader.


The documentation for this class was generated from the following files:
Generated on Fri Sep 3 09:22:20 2010 for Hermes3D Library: Real Version by  doxygen 1.6.3