38 std::vector<const libMesh::Elem *> & intersected_elems);
53 std::vector<const libMesh::Elem *> & intersected_elems);
void elementsIntersectedByPlane(const libMesh::Point &p0, const libMesh::Point &normal, const libMesh::MeshBase &mesh, std::vector< const libMesh::Elem *> &intersected_elems)
Find all of the elements intersected by a plane.
The following methods are specializations for using the libMesh::Parallel::packed_range_* routines fo...
MooseMesh wraps a libMesh::Mesh object and enhances its capabilities by caching additional data and s...
MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to add...