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;
57 static const Int32 __MAX_CELL2_EDGE = 4;
Declarations of Arcane's general types.
static const Integer MAX_CELL_FACE
Maximum number of faces per cell.
static const Int32 __MAX_CELL_FACE
Maximum number of faces per cell.
static const Integer MAX_CELL_EDGE
Maximum number of edges per cell.
static const Integer MAX_CELL_NODE
Maximum number of nodes per cell.
static const Integer NB_TYPE
Number of element types.
static const Int32 __MAX_CELL_EDGE
Maximum number of edges per cell.
static const Integer MAX_FACE_NODE
Maximum number of vertices per face.
static const Int32 __MAX_FACE_NODE
Maximum number of vertices per face.
static const Int32 __MAX_CELL_NODE
Maximum number of nodes per cell.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.
std::int32_t Int32
Signed integer type of 32 bits.