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. | |
Definition at line 36 of file ItemStaticInfo.h.
|
static |
Definition at line 42 of file ItemStaticInfo.h.
|
static |
Maximum number of edges per cell.
Definition at line 54 of file ItemStaticInfo.h.
|
static |
Maximum number of faces per cell.
Definition at line 51 of file ItemStaticInfo.h.
|
static |
Maximum number of nodes per cell.
Definition at line 45 of file ItemStaticInfo.h.
|
static |
Maximum number of vertices per face.
Definition at line 48 of file ItemStaticInfo.h.
|
static |
Maximum number of edges per cell.
Definition at line 85 of file ItemStaticInfo.h.
|
static |
Maximum number of faces per cell.
Definition at line 82 of file ItemStaticInfo.h.
Referenced by Arcane::geometric::GeomShapeMng::initialize().
|
static |
Maximum number of nodes per cell.
Definition at line 76 of file ItemStaticInfo.h.
Referenced by Arcane::geometric::GeomShapeMng::initialize().
|
static |
Maximum number of vertices per face.
Definition at line 79 of file ItemStaticInfo.h.
|
static |
Number of element types.
Definition at line 73 of file ItemStaticInfo.h.