Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::mesh::NodeInfo Class Reference
Collaboration diagram for Arcane::mesh::NodeInfo:

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

Detailed Description

Definition at line 68 of file ParallelAMRConsistency.h.

Constructor & Destructor Documentation

◆ NodeInfo() [1/2]

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

Definition at line 72 of file ParallelAMRConsistency.h.

◆ NodeInfo() [2/2]

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

Definition at line 77 of file ParallelAMRConsistency.h.

Member Function Documentation

◆ addConnectedFace()

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

Definition at line 89 of file ParallelAMRConsistency.h.

◆ getCoord()

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

Definition at line 100 of file ParallelAMRConsistency.h.

◆ owner()

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

Definition at line 104 of file ParallelAMRConsistency.h.

◆ setCoord()

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

Definition at line 96 of file ParallelAMRConsistency.h.

◆ uniqueId()

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

Definition at line 85 of file ParallelAMRConsistency.h.

Member Data Documentation

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

Definition at line 121 of file ParallelAMRConsistency.h.

◆ m_coord

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

Coordinates of the node.

Definition at line 116 of file ParallelAMRConsistency.h.

◆ m_owner

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

owner of the node

Definition at line 114 of file ParallelAMRConsistency.h.

◆ m_unique_id

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

Node unique ID.

Definition at line 112 of file ParallelAMRConsistency.h.


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