www.mooseframework.org
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. 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...
 

Detailed Description

Data structure defining a cut through a face.

Definition at line 65 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: