Semi-conforming mesh face. More...
#include <arcane/core/TiedFace.h>
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. | |
Semi-conforming mesh face.
Definition at line 34 of file TiedFace.h.
Definition at line 38 of file TiedFace.h.
|
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().
|
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.
|
private |
|
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().