Fonctions membres publiques | |
| NodeInfo (ItemUniqueId node_uid, Integer aowner) | |
| ItemUniqueId | uniqueId () const |
| void | addConnectedFace (ItemUniqueId uid) |
| void | setCoord (Real3 coord) |
| Real3 | getCoord () const |
| Integer | owner () const |
Attributs publics | |
| SharedArray< ItemUniqueId > | m_connected_active_faces |
| List of uniqueId() of active faces to which this node can be connected. | |
Attributs privés | |
| ItemUniqueId | m_unique_id |
| Node unique ID. | |
| Integer | m_owner |
| owner of the node | |
| Real3 | m_coord |
| Coordinates of the node. | |
Définition à la ligne 68 du fichier ParallelAMRConsistency.h.
|
inline |
Définition à la ligne 72 du fichier ParallelAMRConsistency.h.
|
inline |
Définition à la ligne 77 du fichier ParallelAMRConsistency.h.
|
inline |
Définition à la ligne 89 du fichier ParallelAMRConsistency.h.
|
inline |
Définition à la ligne 100 du fichier ParallelAMRConsistency.h.
|
inline |
Définition à la ligne 104 du fichier ParallelAMRConsistency.h.
|
inline |
Définition à la ligne 96 du fichier ParallelAMRConsistency.h.
|
inline |
Définition à la ligne 85 du fichier ParallelAMRConsistency.h.
| SharedArray<ItemUniqueId> Arcane::mesh::NodeInfo::m_connected_active_faces |
List of uniqueId() of active faces to which this node can be connected.
Définition à la ligne 121 du fichier ParallelAMRConsistency.h.
|
private |
Coordinates of the node.
Définition à la ligne 116 du fichier ParallelAMRConsistency.h.
|
private |
owner of the node
Définition à la ligne 114 du fichier ParallelAMRConsistency.h.
|
private |
Node unique ID.
Définition à la ligne 112 du fichier ParallelAMRConsistency.h.