12#ifndef ARCANE_GEOMETRIC_ITEMSTATICINFO_H
13#define ARCANE_GEOMETRIC_ITEMSTATICINFO_H
17#include "arcane/ArcaneTypes.h"
28#ifndef __ARCANE_HAS_WEDGE_MESH_ELEMENT__
29#define __ARCANE_HAS_WEDGE_MESH_ELEMENT__
39#ifdef __ARCANE_HAS_WEDGE_MESH_ELEMENT__
41 static const Int32 __MAX_CELL2_EDGE = 6;
57 static const Int32 __MAX_CELL2_EDGE = 4;
static const Integer MAX_CELL_FACE
Nombre maximum de faces par maille.
static const Int32 __MAX_CELL_FACE
Nombre maximum de faces par maille.
static const Integer MAX_CELL_EDGE
Nombre maximum d'arêtes par maille.
static const Integer MAX_CELL_NODE
Nombre maximum de noeuds par maille.
static const Integer NB_TYPE
Nombre de type d'éléments.
static const Int32 __MAX_CELL_EDGE
Nombre maximum d'arêtes par maille.
static const Integer MAX_FACE_NODE
Nombre maximum de sommets par face.
static const Int32 __MAX_FACE_NODE
Nombre maximum de sommets par face.
static const Int32 __MAX_CELL_NODE
Nombre maximum de noeuds par maille.
Int32 Integer
Type représentant un entier.
std::int32_t Int32
Type entier signé sur 32 bits.