Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::MshParallelMeshReader::MshNodeBlock Struct Reference

Info of a block for $Nodes. More...

Collaboration diagram for Arcane::MshParallelMeshReader::MshNodeBlock:

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.

Detailed Description

Info of a block for $Nodes.

Definition at line 147 of file MshParallelMeshReader.cc.

Member Data Documentation

◆ entity_dim

Int32 Arcane::MshParallelMeshReader::MshNodeBlock::entity_dim = -1

Dimension of the associated entity.

Definition at line 151 of file MshParallelMeshReader.cc.

◆ entity_tag

Int64 Arcane::MshParallelMeshReader::MshNodeBlock::entity_tag = -1

Tag of the associated entity

Definition at line 152 of file MshParallelMeshReader.cc.

◆ index

Int32 Arcane::MshParallelMeshReader::MshNodeBlock::index = -1

Block index in the list.

Definition at line 149 of file MshParallelMeshReader.cc.

Referenced by Arcane::MshParallelMeshReader::_readNodesFromFile().

◆ index_in_allocation_info

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.

◆ nb_node

Int32 Arcane::MshParallelMeshReader::MshNodeBlock::nb_node = 0

Number of entities in the block.

Definition at line 150 of file MshParallelMeshReader.cc.


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