Chaste Release::3.1
Hdf5ToTxtConverter< ELEMENT_DIM, SPACE_DIM > Class Template Reference

#include <Hdf5ToTxtConverter.hpp>

Inheritance diagram for Hdf5ToTxtConverter< ELEMENT_DIM, SPACE_DIM >:
Collaboration diagram for Hdf5ToTxtConverter< ELEMENT_DIM, SPACE_DIM >:

List of all members.

Public Member Functions

 Hdf5ToTxtConverter (std::string inputDirectory, std::string fileBaseName, AbstractTetrahedralMesh< ELEMENT_DIM, SPACE_DIM > *pMesh)

Detailed Description

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM>
class Hdf5ToTxtConverter< ELEMENT_DIM, SPACE_DIM >

This class converts from Hdf5 format to a .txt format that is readable by Matlab.

There is one output file per variable per timestep, giving the values of that variable at that time over each of the nodes.

Definition at line 49 of file Hdf5ToTxtConverter.hpp.


Constructor & Destructor Documentation

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM>
Hdf5ToTxtConverter< ELEMENT_DIM, SPACE_DIM >::Hdf5ToTxtConverter ( std::string  inputDirectory,
std::string  fileBaseName,
AbstractTetrahedralMesh< ELEMENT_DIM, SPACE_DIM > *  pMesh 
)

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