Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::ItemStaticInfo Class Reference

Static Public Attributes

static const Int32 __MAX_CELL2_EDGE = 6
static const Int32 __MAX_CELL_NODE = 12
 Maximum number of nodes per cell.
static const Int32 __MAX_FACE_NODE = 6
 Maximum number of vertices per face.
static const Int32 __MAX_CELL_FACE = 8
 Maximum number of faces per cell.
static const Int32 __MAX_CELL_EDGE = 18
 Maximum number of edges per cell.
static const Integer NB_TYPE = NB_BASIC_ITEM_TYPE
 Number of element types.
static const Integer MAX_CELL_NODE = __MAX_CELL_NODE
 Maximum number of nodes per cell.
static const Integer MAX_FACE_NODE = __MAX_FACE_NODE
 Maximum number of vertices per face.
static const Integer MAX_CELL_FACE = __MAX_CELL_FACE
 Maximum number of faces per cell.
static const Integer MAX_CELL_EDGE = __MAX_CELL_EDGE
 Maximum number of edges per cell.

Detailed Description

Definition at line 36 of file ItemStaticInfo.h.

Member Data Documentation

◆ __MAX_CELL2_EDGE

const Int32 Arcane::ItemStaticInfo::__MAX_CELL2_EDGE = 6
static

Definition at line 42 of file ItemStaticInfo.h.

◆ __MAX_CELL_EDGE

const Int32 Arcane::ItemStaticInfo::__MAX_CELL_EDGE = 18
static

Maximum number of edges per cell.

Definition at line 54 of file ItemStaticInfo.h.

◆ __MAX_CELL_FACE

const Int32 Arcane::ItemStaticInfo::__MAX_CELL_FACE = 8
static

Maximum number of faces per cell.

Definition at line 51 of file ItemStaticInfo.h.

◆ __MAX_CELL_NODE

const Int32 Arcane::ItemStaticInfo::__MAX_CELL_NODE = 12
static

Maximum number of nodes per cell.

Definition at line 45 of file ItemStaticInfo.h.

◆ __MAX_FACE_NODE

const Int32 Arcane::ItemStaticInfo::__MAX_FACE_NODE = 6
static

Maximum number of vertices per face.

Definition at line 48 of file ItemStaticInfo.h.

◆ MAX_CELL_EDGE

const Integer Arcane::ItemStaticInfo::MAX_CELL_EDGE = __MAX_CELL_EDGE
static

Maximum number of edges per cell.

Definition at line 85 of file ItemStaticInfo.h.

◆ MAX_CELL_FACE

const Integer Arcane::ItemStaticInfo::MAX_CELL_FACE = __MAX_CELL_FACE
static

Maximum number of faces per cell.

Definition at line 82 of file ItemStaticInfo.h.

Referenced by Arcane::geometric::GeomShapeMng::initialize().

◆ MAX_CELL_NODE

const Integer Arcane::ItemStaticInfo::MAX_CELL_NODE = __MAX_CELL_NODE
static

Maximum number of nodes per cell.

Definition at line 76 of file ItemStaticInfo.h.

Referenced by Arcane::geometric::GeomShapeMng::initialize().

◆ MAX_FACE_NODE

const Integer Arcane::ItemStaticInfo::MAX_FACE_NODE = __MAX_FACE_NODE
static

Maximum number of vertices per face.

Definition at line 79 of file ItemStaticInfo.h.

◆ NB_TYPE

const Integer Arcane::ItemStaticInfo::NB_TYPE = NB_BASIC_ITEM_TYPE
static

Number of element types.

Definition at line 73 of file ItemStaticInfo.h.


The documentation for this class was generated from the following file: