Information about a block for $Elements for version 4. More...
Public Attributes | |
| Int32 | index = 0 |
| Block index in the list. | |
| Int32 | nb_entity = 0 |
| Number of entities in the block. | |
| Integer | item_type = -1 |
| Arcane type of the entity. | |
| Int32 | dimension = -1 |
| Dimension of the entity. | |
| Int32 | item_nb_node = 0 |
| Number of nodes in the entity. | |
| Int32 | entity_tag = -1 |
| UniqueArray< Int64 > | uids |
| UniqueArray< Int64 > | connectivity |
Information about a block for $Elements for version 4.
In this version, the elements of a block are all of the same type (e.g., IT_Quad4 or IT_Triangle3).
Definition at line 103 of file MshMeshReader.cc.
| UniqueArray<Int64> Arcane::MshMeshReader::MeshV4ElementsBlock::connectivity |
Definition at line 112 of file MshMeshReader.cc.
| Int32 Arcane::MshMeshReader::MeshV4ElementsBlock::dimension = -1 |
Dimension of the entity.
Definition at line 108 of file MshMeshReader.cc.
| Int32 Arcane::MshMeshReader::MeshV4ElementsBlock::entity_tag = -1 |
Definition at line 110 of file MshMeshReader.cc.
| Int32 Arcane::MshMeshReader::MeshV4ElementsBlock::index = 0 |
Block index in the list.
Definition at line 105 of file MshMeshReader.cc.
| Int32 Arcane::MshMeshReader::MeshV4ElementsBlock::item_nb_node = 0 |
Number of nodes in the entity.
Definition at line 109 of file MshMeshReader.cc.
| Integer Arcane::MshMeshReader::MeshV4ElementsBlock::item_type = -1 |
Arcane type of the entity.
Definition at line 107 of file MshMeshReader.cc.
| Int32 Arcane::MshMeshReader::MeshV4ElementsBlock::nb_entity = 0 |
Number of entities in the block.
Definition at line 106 of file MshMeshReader.cc.
| UniqueArray<Int64> Arcane::MshMeshReader::MeshV4ElementsBlock::uids |
Definition at line 111 of file MshMeshReader.cc.