Functions | |
void | MEDMEM::GMESH::setName (std::string name) |
std::string | MEDMEM::GMESH::getName () const |
void | MEDMEM::GMESH::setDescription (std::string description) |
std::string | MEDMEM::GMESH::getDescription () const |
int | MEDMEM::GMESH::getSpaceDimension () const |
virtual int | MEDMEM::MESH::getMeshDimension () const |
void GMESH::setName | ( | std::string | name | ) |
Sets the MESH name. Name should not exceed MED_TAILLE_NOM length defined in Med (i.e. 32 characters).
Referenced by MEDMEM::GRID::convertInMESH(), and MEDMEM::SUPPORT::makeMesh().
string GMESH::getName | ( | ) | const |
*Gets the MESH name.
Referenced by MEDMEM::GRID::convertInMESH(), MEDMEM::SUPPORT::getMeshName(), and ParaMEDMEM::medmemMeshToFVMMesh().
void GMESH::setDescription | ( | std::string | description | ) |
Set the MESH description
string GMESH::getDescription | ( | ) | const |
Gets the MESH description. The string returned contains a short description of the mesh, which is stored for information purposes only.
int GMESH::getSpaceDimension | ( | ) | const |
Gets the dimension of the space in which the mesh is described (2 for planar meshes, 3 for volumes and 3D surfaces) .
Referenced by MEDMEM::GRID::convertInMESH(), MEDMEM::GRID::deepCompare(), MEDMEM::MESH::deepCompare(), MEDMEM::FIELD< T, INTERLACING_TAG >::fillFromAnalytic(), MEDMEM::MESH::getArea(), MEDMEM::MESH::getBarycenter(), MEDMEM::SUPPORT::getBoundaryElements(), MEDMEM::FIELD< T, INTERLACING_TAG >::getGaussPointsCoordinates(), MEDMEM::MESH::getLength(), MEDMEM::GRID::getMeshDimension(), MEDMEM::MESH::getNormal(), MEDMEM::FIELD< T, INTERLACING_TAG >::getValueOnPoints(), MEDMEM::MESH::getVolume(), MEDMEM::SUPPORT::makeMesh(), ParaMEDMEM::medmemMeshToFVMMesh(), MEDMEM_REMAPPER::prepare(), MEDMEM::MESH::printMySelf(), and ParaMEDMEM::NonCoincidentDEC::synchronize().
|
virtual |
Gets the dimension of the mesh (2 for 2D- and 3D-surfaces, 3 for volumes).
Implements MEDMEM::GMESH.
References MEDMEM::MESH::_connectivity.
Referenced by MEDMEM::MESH::convertToPoly(), MEDMEM::MESH::getNormal(), MEDMEM::MESH::getSkin(), MEDMEM::FIELD< T, INTERLACING_TAG >::getValueOnPoints(), ParaMEDMEM::medmemMeshToFVMMesh(), MEDMEM_REMAPPER::prepare(), and MEDMEM::MESH::printMySelf().