Arcane  4.1.11.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence de la classe Arcane::mesh::NodeInfo
Graphe de collaboration de Arcane::mesh::NodeInfo:

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< ItemUniqueIdm_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.

Description détaillée

Définition à la ligne 68 du fichier ParallelAMRConsistency.h.

Documentation des constructeurs et destructeur

◆ NodeInfo() [1/2]

Arcane::mesh::NodeInfo::NodeInfo ( )
inline

Définition à la ligne 72 du fichier ParallelAMRConsistency.h.

◆ NodeInfo() [2/2]

Arcane::mesh::NodeInfo::NodeInfo ( ItemUniqueId node_uid,
Integer aowner )
inline

Définition à la ligne 77 du fichier ParallelAMRConsistency.h.

Documentation des fonctions membres

◆ addConnectedFace()

void Arcane::mesh::NodeInfo::addConnectedFace ( ItemUniqueId uid)
inline

Définition à la ligne 89 du fichier ParallelAMRConsistency.h.

◆ getCoord()

Real3 Arcane::mesh::NodeInfo::getCoord ( ) const
inline

Définition à la ligne 100 du fichier ParallelAMRConsistency.h.

◆ owner()

Integer Arcane::mesh::NodeInfo::owner ( ) const
inline

Définition à la ligne 104 du fichier ParallelAMRConsistency.h.

◆ setCoord()

void Arcane::mesh::NodeInfo::setCoord ( Real3 coord)
inline

Définition à la ligne 96 du fichier ParallelAMRConsistency.h.

◆ uniqueId()

ItemUniqueId Arcane::mesh::NodeInfo::uniqueId ( ) const
inline

Définition à la ligne 85 du fichier ParallelAMRConsistency.h.

Documentation des données membres

◆ m_connected_active_faces

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.

◆ m_coord

Real3 Arcane::mesh::NodeInfo::m_coord
private

Coordinates of the node.

Définition à la ligne 116 du fichier ParallelAMRConsistency.h.

◆ m_owner

Integer Arcane::mesh::NodeInfo::m_owner
private

owner of the node

Définition à la ligne 114 du fichier ParallelAMRConsistency.h.

◆ m_unique_id

ItemUniqueId Arcane::mesh::NodeInfo::m_unique_id
private

Node unique ID.

Définition à la ligne 112 du fichier ParallelAMRConsistency.h.


La documentation de cette classe a été générée à partir du fichier suivant :