Data structure defining a cut through a face. More...
#include <GeometricCutUserObject.h>
Public Attributes | |
| unsigned int | _face_id |
| ID of the cut face. More... | |
| std::vector< unsigned int > | _face_edge |
| IDs of all cut faces. More... | |
| std::vector< Real > | _position |
| Fractional distance along the cut edges where the cut is located. More... | |
Data structure defining a cut through a face.
Definition at line 66 of file GeometricCutUserObject.h.
| std::vector<unsigned int> Xfem::CutFace::_face_edge |
IDs of all cut faces.
Definition at line 71 of file GeometricCutUserObject.h.
Referenced by LevelSetCutUserObject::cutElementByGeometry(), InterfaceMeshCut3DUserObject::cutElementByGeometry(), CrackMeshCut3DUserObject::cutElementByGeometry(), dataLoad(), and dataStore().
| unsigned int Xfem::CutFace::_face_id |
ID of the cut face.
Definition at line 69 of file GeometricCutUserObject.h.
Referenced by LevelSetCutUserObject::cutElementByGeometry(), InterfaceMeshCut3DUserObject::cutElementByGeometry(), CrackMeshCut3DUserObject::cutElementByGeometry(), dataLoad(), and dataStore().
| std::vector<Real> Xfem::CutFace::_position |
Fractional distance along the cut edges where the cut is located.
Definition at line 73 of file GeometricCutUserObject.h.
Referenced by LevelSetCutUserObject::cutElementByGeometry(), InterfaceMeshCut3DUserObject::cutElementByGeometry(), CrackMeshCut3DUserObject::cutElementByGeometry(), dataLoad(), and dataStore().
1.8.14