12#ifndef ARCANE_MESH_MESHINFOS_H
13#define ARCANE_MESH_MESHINFOS_H
17#include "arcane/mesh/MeshGlobal.h"
58 Integer getNbNode()
const {
return m_mesh_nb_node; }
62 Integer getNbEdge()
const {
return m_mesh_nb_edge; }
66 Integer getNbFace()
const {
return m_mesh_nb_face; }
70 Integer getNbCell()
const {
return m_mesh_nb_cell; }
Integer & nbCell()
Number of cells in the mesh.
Integer m_mesh_nb_node
Number of nodes in the mesh.
Int32 m_mesh_rank
Number of this subdomain.
Int32 rank() const
Number of this subdomain.
Integer m_mesh_nb_cell
Number of cells in the mesh.
Integer m_mesh_nb_face
Number of faces in the mesh.
Integer & nbEdge()
Number of edges in the mesh.
void reset()
Resets the numbering.
MeshInfos(const Integer rank)
Integer & nbNode()
Number of nodes in the mesh.
Integer m_mesh_nb_edge
Number of edges in the mesh.
Integer & nbFace()
Number of faces in the mesh.
Int32 Integer
Type représentant un entier.
std::int32_t Int32
Type entier signé sur 32 bits.