Information to create Arcane entities. More...
Public Attributes | |
| MshItemKindInfo | cells_infos |
| UniqueArray< Real3 > | nodes_coordinates |
| Coordinates of the nodes of my part. | |
| UniqueArray< Int64 > | nodes_unique_id |
| UniqueId() of the nodes of my part. | |
| std::unordered_map< Int64, Int32 > | nodes_rank_map |
| Associative array (uniqueId(),rank) to which the node will belong. | |
| UniqueArray< MshElementBlock > | element_blocks |
| UniqueArray< MshNodeBlock > | node_blocks |
Information to create Arcane entities.
Definition at line 181 of file MshParallelMeshReader.cc.
| MshItemKindInfo Arcane::MshParallelMeshReader::MshMeshAllocateInfo::cells_infos |
Definition at line 185 of file MshParallelMeshReader.cc.
| UniqueArray<MshElementBlock> Arcane::MshParallelMeshReader::MshMeshAllocateInfo::element_blocks |
Definition at line 193 of file MshParallelMeshReader.cc.
| UniqueArray<MshNodeBlock> Arcane::MshParallelMeshReader::MshMeshAllocateInfo::node_blocks |
Definition at line 194 of file MshParallelMeshReader.cc.
| UniqueArray<Real3> Arcane::MshParallelMeshReader::MshMeshAllocateInfo::nodes_coordinates |
Coordinates of the nodes of my part.
Definition at line 188 of file MshParallelMeshReader.cc.
Associative array (uniqueId(),rank) to which the node will belong.
Definition at line 192 of file MshParallelMeshReader.cc.
| UniqueArray<Int64> Arcane::MshParallelMeshReader::MshMeshAllocateInfo::nodes_unique_id |
UniqueId() of the nodes of my part.
Definition at line 190 of file MshParallelMeshReader.cc.