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

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

#include <GeometricCutUserObject.h>

Public Attributes

std::vector< CutEdge_elem_cut_edges
 Container for data about all cut edges in this element. More...
 
std::vector< CutNode_elem_cut_nodes
 Container for data about all cut nodes in this element. More...
 
std::vector< CutEdge_frag_cut_edges
 Container for data about all cut fragments in this element. More...
 
std::vector< std::vector< Point > > _frag_edges
 Container for data about all cut edges in cut fragments in this element. More...
 

Detailed Description

Data structure describing geometrically described cut through 2D element.

Definition at line 76 of file GeometricCutUserObject.h.

Member Data Documentation

◆ _elem_cut_edges

std::vector<CutEdge> Xfem::GeomMarkedElemInfo2D::_elem_cut_edges

Container for data about all cut edges in this element.

Definition at line 79 of file GeometricCutUserObject.h.

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

◆ _elem_cut_nodes

std::vector<CutNode> Xfem::GeomMarkedElemInfo2D::_elem_cut_nodes

Container for data about all cut nodes in this element.

Definition at line 81 of file GeometricCutUserObject.h.

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

◆ _frag_cut_edges

std::vector<CutEdge> Xfem::GeomMarkedElemInfo2D::_frag_cut_edges

Container for data about all cut fragments in this element.

Definition at line 83 of file GeometricCutUserObject.h.

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

◆ _frag_edges

std::vector<std::vector<Point> > Xfem::GeomMarkedElemInfo2D::_frag_edges

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

Definition at line 85 of file GeometricCutUserObject.h.

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


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