Med Memory Users' Guide 5.1.3
|
Functions | |
int | MEDMEM::MESH::getNumberOfNodes () const |
virtual const COORDINATE * | MEDMEM::MESH::getCoordinateptr () const |
string | MEDMEM::MESH::getCoordinatesSystem () const |
virtual const double * | MEDMEM::MESH::getCoordinates (MED_EN::medModeSwitch Mode) const |
virtual const double | MEDMEM::MESH::getCoordinate (int Number, int Axis) const |
const string * | MEDMEM::MESH::getCoordinatesNames () const |
const string * | MEDMEM::MESH::getCoordinatesUnits () const |
These methods are related to the extraction of information about the mesh nodes.
int MEDMEM::MESH::getNumberOfNodes | ( | ) | const [inherited] |
Gets the number of nodes used in the mesh.
Referenced by MEDMEM::MESH::deepCompare(), MEDMEM::MESH::getElementContainingPoint(), MEDMEM::SUPPORT::makeMesh(), ParaMEDMEM::medmemMeshToFVMMesh(), MEDMEM::MESH::printMySelf(), and MEDMEM::SUPPORT::update().
const COORDINATE * MEDMEM::MESH::getCoordinateptr | ( | ) | const [virtual, inherited] |
Reimplemented in MEDMEM::GRID.
Referenced by MEDMEM::MESH::deepCompare(), and MEDMEM::MESH::printMySelf().
string MEDMEM::MESH::getCoordinatesSystem | ( | ) | const [inherited] |
Retrieves the system in which coordinates are given (CARTESIAN,CYLINDRICAL,SPHERICAL).
Referenced by MEDMEM::SUPPORT::makeMesh().
const double * MEDMEM::MESH::getCoordinates | ( | MED_EN::medModeSwitch | Mode | ) | const [virtual, inherited] |
Gets the whole coordinates array in a given interlacing mode. The interlacing mode are :
Reimplemented in MEDMEM::GRID.
Referenced by MEDMEM::MESH::deepCompare(), MEDMEM::FIELD< T, INTERLACING_TAG >::fillFromAnalytic(), MEDMEM::MESH::getArea(), MEDMEM::MESH::getBarycenter(), MEDMEM::MESH::getElementContainingPoint(), MEDMEM::MESH::getLength(), MEDMEM::MESH::getNormal(), MEDMEM::MESH::getVolume(), MEDMEM::SUPPORT::makeMesh(), ParaMEDMEM::medmemMeshToFVMMesh(), and MEDMEM::MESH::printMySelf().
const double MEDMEM::MESH::getCoordinate | ( | int | number, |
int | axis | ||
) | const [virtual, inherited] |
Gets the coordinate number number on axis axis.
Reimplemented in MEDMEM::GRID.
const string * MEDMEM::MESH::getCoordinatesNames | ( | ) | const [inherited] |
Gets a pointer to the coordinate names array.
Referenced by MEDMEM::MESH::getBarycenter(), MEDMEM::SUPPORT::makeMesh(), and MEDMEM::MESH::printMySelf().
const string * MEDMEM::MESH::getCoordinatesUnits | ( | ) | const [inherited] |
Gets a pointer to the coordinate units array.
Referenced by MEDMEM::MESH::getBarycenter(), MEDMEM::MESH::getVolume(), MEDMEM::SUPPORT::makeMesh(), and MEDMEM::MESH::printMySelf().