Info of a block for $Nodes. More...
Public Attributes | |
| Int32 | index = -1 |
| Block index in the list. | |
| Int32 | nb_node = 0 |
| Number of entities in the block. | |
| Int32 | entity_dim = -1 |
| Dimension of the associated entity. | |
| Int64 | entity_tag = -1 |
| Int64 | index_in_allocation_info = -1 |
| Index in MshMeshAllocateInfo of the nodes of this block. | |
Info of a block for $Nodes.
Definition at line 147 of file MshParallelMeshReader.cc.
| Int32 Arcane::MshParallelMeshReader::MshNodeBlock::entity_dim = -1 |
Dimension of the associated entity.
Definition at line 151 of file MshParallelMeshReader.cc.
| Int64 Arcane::MshParallelMeshReader::MshNodeBlock::entity_tag = -1 |
Tag of the associated entity
Definition at line 152 of file MshParallelMeshReader.cc.
| Int32 Arcane::MshParallelMeshReader::MshNodeBlock::index = -1 |
Block index in the list.
Definition at line 149 of file MshParallelMeshReader.cc.
Referenced by Arcane::MshParallelMeshReader::_readNodesFromFile().
| Int64 Arcane::MshParallelMeshReader::MshNodeBlock::index_in_allocation_info = -1 |
Index in MshMeshAllocateInfo of the nodes of this block.
Definition at line 154 of file MshParallelMeshReader.cc.
| Int32 Arcane::MshParallelMeshReader::MshNodeBlock::nb_node = 0 |
Number of entities in the block.
Definition at line 150 of file MshParallelMeshReader.cc.