Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::MshMeshReader::MeshV4ElementsBlock Struct Reference

Information about a block for $Elements for version 4. More...

Collaboration diagram for Arcane::MshMeshReader::MeshV4ElementsBlock:

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< Int64uids
UniqueArray< Int64connectivity

Detailed Description

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.

Member Data Documentation

◆ connectivity

UniqueArray<Int64> Arcane::MshMeshReader::MeshV4ElementsBlock::connectivity

Definition at line 112 of file MshMeshReader.cc.

◆ dimension

Int32 Arcane::MshMeshReader::MeshV4ElementsBlock::dimension = -1

Dimension of the entity.

Definition at line 108 of file MshMeshReader.cc.

◆ entity_tag

Int32 Arcane::MshMeshReader::MeshV4ElementsBlock::entity_tag = -1

Definition at line 110 of file MshMeshReader.cc.

◆ index

Int32 Arcane::MshMeshReader::MeshV4ElementsBlock::index = 0

Block index in the list.

Definition at line 105 of file MshMeshReader.cc.

◆ item_nb_node

Int32 Arcane::MshMeshReader::MeshV4ElementsBlock::item_nb_node = 0

Number of nodes in the entity.

Definition at line 109 of file MshMeshReader.cc.

◆ item_type

Integer Arcane::MshMeshReader::MeshV4ElementsBlock::item_type = -1

Arcane type of the entity.

Definition at line 107 of file MshMeshReader.cc.

◆ nb_entity

Int32 Arcane::MshMeshReader::MeshV4ElementsBlock::nb_entity = 0

Number of entities in the block.

Definition at line 106 of file MshMeshReader.cc.

◆ uids

UniqueArray<Int64> Arcane::MshMeshReader::MeshV4ElementsBlock::uids

Definition at line 111 of file MshMeshReader.cc.


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