#include <MEDFileMeshLL.hxx>
Public Member Functions |
| | MEDFileMeshL2 () |
| const char * | getName () const |
| const char * | getDescription () const |
| const char * | getTimeUnit () const |
| int | getIteration () const |
| int | getOrder () const |
| double | getTime () |
| std::vector< std::string > | getAxisInfoOnMesh (med_idt fid, int mId, const char *mName, ParaMEDMEM::MEDCouplingMeshType &meshType, int &nstep, int &Mdim) throw (INTERP_KERNEL::Exception) |
Static Public Member Functions |
| static int | GetMeshIdFromName (med_idt fid, const char *mName, ParaMEDMEM::MEDCouplingMeshType &meshType, int &dt, int &it, std::string &dtunit1) throw (INTERP_KERNEL::Exception) |
| static double | CheckMeshTimeStep (med_idt fid, const char *mname, int nstep, int dt, int it) throw (INTERP_KERNEL::Exception) |
| static void | ReadFamiliesAndGrps (med_idt fid, const char *mname, std::map< std::string, int > &fams, std::map< std::string, std::vector< std::string > > &grps) |
| static void | WriteFamiliesAndGrps (med_idt fid, const char *mname, const std::map< std::string, int > &fams, const std::map< std::string, std::vector< std::string > > &grps, int tooLongStrPol) |
Protected Attributes |
| MEDFileString | _name |
| MEDFileString | _description |
| MEDFileString | _dt_unit |
| int | _iteration |
| int | _order |
| double | _time |
Constructor & Destructor Documentation
| MEDFileMeshL2::MEDFileMeshL2 |
( |
| ) |
|
Member Function Documentation
| const char* ParaMEDMEM.MEDFileMeshL2.getName |
( |
| ) |
const |
| const char* ParaMEDMEM.MEDFileMeshL2.getDescription |
( |
| ) |
const |
| const char* ParaMEDMEM.MEDFileMeshL2.getTimeUnit |
( |
| ) |
const |
| int ParaMEDMEM.MEDFileMeshL2.getIteration |
( |
| ) |
const |
| int ParaMEDMEM.MEDFileMeshL2.getOrder |
( |
| ) |
const |
| double ParaMEDMEM.MEDFileMeshL2.getTime |
( |
| ) |
|
| void MEDFileMeshL2::ReadFamiliesAndGrps |
( |
med_idt |
fid, |
|
|
const char * |
mname, |
|
|
std::map< std::string, int > & |
fams, |
|
|
std::map< std::string, std::vector< std::string > > & |
grps |
|
) |
| [static] |
| void MEDFileMeshL2::WriteFamiliesAndGrps |
( |
med_idt |
fid, |
|
|
const char * |
mname, |
|
|
const std::map< std::string, int > & |
fams, |
|
|
const std::map< std::string, std::vector< std::string > > & |
grps, |
|
|
int |
tooLongStrPol |
|
) |
| [static] |
Field Documentation