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

Data structure defining a cut on an element edge. More...

#include <GeometricCutUserObject.h>

Public Attributes

unsigned int _id1
 ID of the first node on the edge. More...
 
unsigned int _id2
 ID of the second node on the edge. More...
 
Real _distance
 Fractional distance along the edge (from node 1 to 2) where the cut is located. More...
 
unsigned int _host_side_id
 Local ID of this side in the host element. More...
 

Detailed Description

Data structure defining a cut on an element edge.

Definition at line 27 of file GeometricCutUserObject.h.

Member Data Documentation

◆ _distance

Real Xfem::CutEdge::_distance

◆ _host_side_id

unsigned int Xfem::CutEdge::_host_side_id

◆ _id1

unsigned int Xfem::CutEdge::_id1

◆ _id2

unsigned int Xfem::CutEdge::_id2

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