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.
|
virtual |
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().
|
virtual |
Referenced by MEDMEM::MESH::deepCompare(), and MEDMEM::MESH::printMySelf().
|
virtual |
Retrieves the system in which coordinates are given (CARTESIAN,CYLINDRICAL,SPHERICAL).
Implements MEDMEM::GMESH.
Referenced by MEDMEM::SUPPORT::makeMesh().
|
virtual |
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().
|
virtual |
Gets the coordinate number number on axis axis.
|
virtual |
Gets a pointer to the coordinate names array.
Implements MEDMEM::GMESH.
Referenced by MEDMEM::SUPPORT::makeMesh(), and MEDMEM::MESH::printMySelf().
|
virtual |
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().