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 [virtual, inherited] |
Gets the number of nodes used in the mesh.
Implements MEDMEM::GMESH.
Referenced by MEDMEM::MESH::convertToPoly(), MEDMEM::MESH::deepCompare(), MEDMEM::SUPPORT::makeMesh(), ParaMEDMEM::medmemMeshToFVMMesh(), and MEDMEM::MESH::printMySelf().
| const COORDINATE * MEDMEM::MESH::getCoordinateptr | ( | ) | const [virtual, inherited] |
Referenced by MEDMEM::MESH::deepCompare(), and MEDMEM::MESH::printMySelf().
| string MEDMEM::MESH::getCoordinatesSystem | ( | ) | const [virtual, inherited] |
Retrieves the system in which coordinates are given (CARTESIAN,CYLINDRICAL,SPHERICAL).
Implements MEDMEM::GMESH.
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 :
Referenced by MEDMEM::MESH::deepCompare(), MEDMEM::FIELD< T, INTERLACING_TAG >::fillFromAnalytic(), MEDMEM::MESH::getArea(), MEDMEM::MESH::getBarycenter(), MEDMEM::FIELD< T, INTERLACING_TAG >::getGaussPointsCoordinates(), MEDMEM::MESH::getLength(), MEDMEM::MESH::getNormal(), MEDMEM::FIELD< T, INTERLACING_TAG >::getValueOnPoints(), 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.
| const string * MEDMEM::MESH::getCoordinatesNames | ( | ) | const [virtual, inherited] |
Gets a pointer to the coordinate names array.
Implements MEDMEM::GMESH.
Referenced by MEDMEM::SUPPORT::makeMesh(), and MEDMEM::MESH::printMySelf().
| const string * MEDMEM::MESH::getCoordinatesUnits | ( | ) | const [virtual, inherited] |
Gets a pointer to the coordinate units array.
Implements MEDMEM::GMESH.
Referenced by MEDMEM::FIELD< T, INTERLACING_TAG >::getGaussPointsCoordinates(), MEDMEM::SUPPORT::makeMesh(), and MEDMEM::MESH::printMySelf().