26 std::vector<Xfem::CutEdge> & cut_edges,
27 std::vector<Xfem::CutNode> & cut_nodes,
28 Real time)
const override;
30 std::vector<Xfem::CutFace> & cut_faces,
31 Real time)
const override;
34 std::vector<Xfem::CutEdge> & cut_edges,
35 Real time)
const override;
37 std::vector<Xfem::CutFace> & cut_faces,
38 Real time)
const override;
44 const Point & segment_point2,
45 const std::pair<Point, Point> & cutting_line_points,
46 const Real & cutting_line_fraction,
47 Real & segment_intersection_fraction)
const;
49 Real
crossProduct2D(
const Point & point_a,
const Point & point_b)
const;
58 virtual Real
cutFraction(
unsigned int cut_num, Real time)
const;