Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::TiedFace Class Reference

Semi-conforming mesh face. More...

#include <arcane/core/TiedFace.h>

Collaboration diagram for Arcane::TiedFace:

Public Member Functions

 TiedFace (Integer aindex, Face aface)
Integer index () const
 Index of the face in the list of welded faces of the master face.
Face face () const
 Welded face.

Private Attributes

Integer m_index = NULL_ITEM_LOCAL_ID
 Index of the face in the list of welded faces of the master face.
Face m_face
 Welded face.

Detailed Description

Semi-conforming mesh face.

Definition at line 34 of file TiedFace.h.

Constructor & Destructor Documentation

◆ TiedFace()

Arcane::TiedFace::TiedFace ( Integer aindex,
Face aface )
inline

Definition at line 38 of file TiedFace.h.

Member Function Documentation

◆ face()

Face Arcane::TiedFace::face ( ) const
inline

Welded face.

Definition at line 52 of file TiedFace.h.

References m_face.

Referenced by Arcane::mesh::FaceFamily::applyTiedInterface(), Arcane::mesh::FaceFamily::removeTiedInterface(), and Arcane::MeshUtils::writeMeshConnectivity().

Here is the caller graph for this function:

◆ index()

Integer Arcane::TiedFace::index ( ) const
inline

Index of the face in the list of welded faces of the master face.

Definition at line 49 of file TiedFace.h.

References m_index.

Member Data Documentation

◆ m_face

Face Arcane::TiedFace::m_face
private

Welded face.

Definition at line 59 of file TiedFace.h.

Referenced by face().

◆ m_index

Integer Arcane::TiedFace::m_index = NULL_ITEM_LOCAL_ID
private

Index of the face in the list of welded faces of the master face.

Definition at line 57 of file TiedFace.h.

Referenced by index().


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