12#ifndef ARCANE_GEOMETRIC_ITEMSTATICINFO_H
13#define ARCANE_GEOMETRIC_ITEMSTATICINFO_H
29#ifndef __ARCANE_HAS_WEDGE_MESH_ELEMENT__
30#define __ARCANE_HAS_WEDGE_MESH_ELEMENT__
40#ifdef __ARCANE_HAS_WEDGE_MESH_ELEMENT__
42 static const Int32 __MAX_CELL2_EDGE = 6;
58 static const Int32 __MAX_CELL2_EDGE = 4;
Déclarations des types généraux de Arcane.
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.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
Int32 Integer
Type représentant un entier.
std::int32_t Int32
Type entier signé sur 32 bits.