14#include "arcane/core/IMesh.h"
16#include "arcane/geometry/GeomShapeMng.h"
21namespace Arcane::geometric
28: m_name(cell_shape_name)
40: m_name(
"GenericElement")
72 if (
mesh->dimension() == 2) {
static const Integer MAX_CELL_FACE
Maximum number of faces per cell.
static const Integer MAX_CELL_NODE
Maximum number of nodes per cell.
Unicode character string.
Parameters necessary for building a variable.
GeomShapeMng(IMesh *mesh, const String &name)
Initializes for the mesh mesh with the name name.
void initialize()
Initializes the instance.
VariableCellArrayReal3 m_cell_shape_nodes
Generic elements nodes.
VariableCellArrayReal3 m_cell_shape_faces
Generic elements face.
VariableCellReal3 m_cell_shape_centers
Generic elements center.