COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <smurf.h>
Public Member Functions | |
MeshReader (const std::string &fname) | |
~MeshReader () | |
void | readMainHeader (std::string &htitle, std::vector< std::string > &hvnames) |
std::vector< TecZone > | readZoneHeaders () |
void | readZoneData (const TecZone &z, std::vector< std::vector< unsigned > > &ve, std::vector< std::vector< double > > &vv) |
Private Attributes | |
std::ifstream | m_file |
unsigned | m_version |
unsigned | m_nvars |
MeshReader | ( | const std::string & | fname | ) |
~MeshReader | ( | ) |
void readMainHeader | ( | std::string & | htitle, |
std::vector< std::string > & | hvnames | ||
) |
void readZoneData | ( | const TecZone & | z, |
std::vector< std::vector< unsigned > > & | ve, | ||
std::vector< std::vector< double > > & | vv | ||
) |
Send comments to: COOLFluiD Web Admin |