www.mooseframework.org
Public Attributes | List of all members
Xfem::GeomMarkedElemInfo3D Struct Reference

Data structure describing geometrically described cut through 3D element. More...

#include <GeometricCutUserObject.h>

Public Attributes

std::vector< CutFace_elem_cut_faces
 Container for data about all cut faces in this element. More...
 
std::vector< CutFace_frag_cut_faces
 Container for data about all faces this element's fragment. More...
 
std::vector< std::vector< Point > > _frag_faces
 Container for data about all cut faces in cut fragments in this element. More...
 

Detailed Description

Data structure describing geometrically described cut through 3D element.

Definition at line 89 of file GeometricCutUserObject.h.

Member Data Documentation

◆ _elem_cut_faces

std::vector<CutFace> Xfem::GeomMarkedElemInfo3D::_elem_cut_faces

Container for data about all cut faces in this element.

Definition at line 92 of file GeometricCutUserObject.h.

Referenced by dataLoad(), dataStore(), and GeometricCutUserObject::execute().

◆ _frag_cut_faces

std::vector<CutFace> Xfem::GeomMarkedElemInfo3D::_frag_cut_faces

Container for data about all faces this element's fragment.

Definition at line 94 of file GeometricCutUserObject.h.

Referenced by dataLoad(), dataStore(), and GeometricCutUserObject::execute().

◆ _frag_faces

std::vector<std::vector<Point> > Xfem::GeomMarkedElemInfo3D::_frag_faces

Container for data about all cut faces in cut fragments in this element.

Definition at line 96 of file GeometricCutUserObject.h.

Referenced by dataLoad(), dataStore(), and GeometricCutUserObject::execute().


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