www.mooseframework.org
Classes | Namespaces | Functions
GeometricCutUserObject.h File Reference

Go to the source code of this file.

Classes

struct  Xfem::CutEdge
 Data structure defining a cut on an element edge. More...
 
struct  Xfem::CutNode
 Data structure defining a cut through a node. More...
 
struct  Xfem::CutFace
 Data structure defining a cut through a face. More...
 
struct  Xfem::GeomMarkedElemInfo2D
 Data structure describing geometrically described cut through 2D element. More...
 
struct  Xfem::GeomMarkedElemInfo3D
 Data structure describing geometrically described cut through 3D element. More...
 
class  GeometricCutUserObject
 

Namespaces

 Xfem
 

Functions

bool Xfem::operator< (const CutEdge &lhs, const CutEdge &rhs)
 Operator < for two CutEdge Objects Needed to allow the use of std::set<CutEdge> More...