#include <XFEMCrackGrowthIncrement2DCut.h>
Public Member Functions | |
| XFEMCrackGrowthIncrement2DCut (Real x0, Real y0, Real x1, Real y1, Real t0, Real t1) | |
| virtual bool | cutElementByCrackGrowthIncrement (const Elem *elem, std::vector< CutEdgeForCrackGrowthIncr > &cut_edges, Real time) |
| Real | cutCompletionFraction (Real time) |
Protected Attributes | |
| const std::pair< Real, Real > | _time_range |
Private Attributes | |
| const std::pair< Point, Point > | _cut_line_endpoints |
Definition at line 26 of file XFEMCrackGrowthIncrement2DCut.h.
| XFEMCrackGrowthIncrement2DCut::XFEMCrackGrowthIncrement2DCut | ( | Real | x0, |
| Real | y0, | ||
| Real | x1, | ||
| Real | y1, | ||
| Real | t0, | ||
| Real | t1 | ||
| ) |
Definition at line 16 of file XFEMCrackGrowthIncrement2DCut.C.
Definition at line 24 of file XFEMCrackGrowthIncrement2DCut.C.
Referenced by cutElementByCrackGrowthIncrement().
|
virtual |
Definition at line 38 of file XFEMCrackGrowthIncrement2DCut.C.
Referenced by XFEM::markCutEdgesByState().
Definition at line 41 of file XFEMCrackGrowthIncrement2DCut.h.
Referenced by cutElementByCrackGrowthIncrement().
Definition at line 38 of file XFEMCrackGrowthIncrement2DCut.h.
Referenced by cutCompletionFraction().
1.8.14