Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::MshParallelMeshReader::MshMeshAllocateInfo Class Reference

Information to create Arcane entities. More...

Collaboration diagram for Arcane::MshParallelMeshReader::MshMeshAllocateInfo:

Public Attributes

MshItemKindInfo cells_infos
UniqueArray< Real3nodes_coordinates
 Coordinates of the nodes of my part.
UniqueArray< Int64nodes_unique_id
 UniqueId() of the nodes of my part.
std::unordered_map< Int64, Int32nodes_rank_map
 Associative array (uniqueId(),rank) to which the node will belong.
UniqueArray< MshElementBlockelement_blocks
UniqueArray< MshNodeBlocknode_blocks

Detailed Description

Information to create Arcane entities.

Definition at line 181 of file MshParallelMeshReader.cc.

Member Data Documentation

◆ cells_infos

MshItemKindInfo Arcane::MshParallelMeshReader::MshMeshAllocateInfo::cells_infos

Definition at line 185 of file MshParallelMeshReader.cc.

◆ element_blocks

UniqueArray<MshElementBlock> Arcane::MshParallelMeshReader::MshMeshAllocateInfo::element_blocks

Definition at line 193 of file MshParallelMeshReader.cc.

◆ node_blocks

UniqueArray<MshNodeBlock> Arcane::MshParallelMeshReader::MshMeshAllocateInfo::node_blocks

Definition at line 194 of file MshParallelMeshReader.cc.

◆ nodes_coordinates

UniqueArray<Real3> Arcane::MshParallelMeshReader::MshMeshAllocateInfo::nodes_coordinates

Coordinates of the nodes of my part.

Definition at line 188 of file MshParallelMeshReader.cc.

◆ nodes_rank_map

std::unordered_map<Int64, Int32> Arcane::MshParallelMeshReader::MshMeshAllocateInfo::nodes_rank_map

Associative array (uniqueId(),rank) to which the node will belong.

Definition at line 192 of file MshParallelMeshReader.cc.

◆ nodes_unique_id

UniqueArray<Int64> Arcane::MshParallelMeshReader::MshMeshAllocateInfo::nodes_unique_id

UniqueId() of the nodes of my part.

Definition at line 190 of file MshParallelMeshReader.cc.


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