Public Member Functions | |
| NodeInfo (ItemUniqueId node_uid, Integer aowner) | |
| ItemUniqueId | uniqueId () const |
| void | addConnectedFace (ItemUniqueId uid) |
| void | setCoord (Real3 coord) |
| Real3 | getCoord () const |
| Integer | owner () const |
Public Attributes | |
| SharedArray< ItemUniqueId > | m_connected_active_faces |
| List of uniqueId() of active faces to which this node can be connected. | |
Private Attributes | |
| ItemUniqueId | m_unique_id |
| Node unique ID. | |
| Integer | m_owner |
| owner of the node | |
| Real3 | m_coord |
| Coordinates of the node. | |
Definition at line 68 of file ParallelAMRConsistency.h.
|
inline |
Definition at line 72 of file ParallelAMRConsistency.h.
|
inline |
Definition at line 77 of file ParallelAMRConsistency.h.
|
inline |
Definition at line 89 of file ParallelAMRConsistency.h.
|
inline |
Definition at line 100 of file ParallelAMRConsistency.h.
|
inline |
Definition at line 104 of file ParallelAMRConsistency.h.
|
inline |
Definition at line 96 of file ParallelAMRConsistency.h.
|
inline |
Definition at line 85 of file ParallelAMRConsistency.h.
| SharedArray<ItemUniqueId> Arcane::mesh::NodeInfo::m_connected_active_faces |
List of uniqueId() of active faces to which this node can be connected.
Definition at line 121 of file ParallelAMRConsistency.h.
|
private |
Coordinates of the node.
Definition at line 116 of file ParallelAMRConsistency.h.
|
private |
owner of the node
Definition at line 114 of file ParallelAMRConsistency.h.
|
private |
Node unique ID.
Definition at line 112 of file ParallelAMRConsistency.h.