Med Memory Users' Guide 5.1.3
|
Functions | |
void | MEDMEM::MESHING::setSpaceDimension (const int SpaceDimension) |
void | MEDMEM::MESHING::setMeshDimension (const int MeshDimension) |
void | MEDMEM::MESHING::setCoordinatesNames (const string *names) |
void | MEDMEM::MESHING::setCoordinateName (const string name, const int i) |
void | MEDMEM::MESHING::setCoordinatesUnits (const string *units) |
void | MEDMEM::MESHING::setCoordinateUnit (const string unit, const int i) |
void MEDMEM::MESHING::setSpaceDimension | ( | const int | SpaceDimension | ) | [inherited] |
Sets the dimension of the space.
References MEDMEM::MESH::_spaceDimension.
Referenced by MEDMEM::SUPPORT::makeMesh(), and MEDMEM::MESHING::setCoordinates().
void MEDMEM::MESHING::setMeshDimension | ( | const int | MeshDimension | ) | [inherited] |
Sets the dimension of the mesh.
Reimplemented from MEDMEM::MESH.
References MEDMEM::MESH::_connectivity, and MEDMEM::MESH::_meshDimension.
Referenced by MEDMEM::SUPPORT::makeMesh().
void MEDMEM::MESHING::setCoordinatesNames | ( | const string * | name | ) | [inherited] |
Sets the coordinate names array. Coordinates names must not exceed the storage length defined in MED-file : MED_TAILLE_PNOM (8).
Example:
string coord[3]={"x","y","z"}; meshing.setCoordinatesNames(coord);
References MEDMEM::MESH::_coordinate.
Referenced by MEDMEM::SUPPORT::makeMesh().
void MEDMEM::MESHING::setCoordinateName | ( | const string | name, |
const int | i | ||
) | [inherited] |
References MEDMEM::MESH::_coordinate.
void MEDMEM::MESHING::setCoordinatesUnits | ( | const string * | units | ) | [inherited] |
Sets the coordinate unit names array of size n*MED_TAILLE_PNOM. Coordinates units must not exceed the storage length defined in MED-file : MED_TAILLE_PNOM (8).
Example:
string coord[3]={"cm","cm","cm"}; meshing.setCoordinatesUnits(coord);
References MEDMEM::MESH::_coordinate.
Referenced by MEDMEM::SUPPORT::makeMesh().
void MEDMEM::MESHING::setCoordinateUnit | ( | const string | unit, |
const int | i | ||
) | [inherited] |
References MEDMEM::MESH::_coordinate.