https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Public Attributes | List of all members
Xfem::CutFace Struct Reference

Data structure defining a cut through a face. More...

#include <GeometricCutUserObject.h>

Public Attributes

unsigned int _face_id
 ID of the cut face.
 
std::vector< unsigned int_face_edge
 IDs of all cut faces.
 
std::vector< Real > _position
 Fractional distance along the cut edges where the cut is located.
 

Detailed Description

Data structure defining a cut through a face.

Definition at line 66 of file GeometricCutUserObject.h.

Member Data Documentation

◆ _face_edge

std::vector<unsigned int> Xfem::CutFace::_face_edge

◆ _face_id

unsigned int Xfem::CutFace::_face_id

◆ _position

std::vector<Real> Xfem::CutFace::_position

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