12 #include "libmesh/mesh.h" 43 const std::unique_ptr<libMesh::Mesh>
_mesh;
libMesh::Point intersection(const libMesh::Point &point, const libMesh::Point &direction) const
The following methods are specializations for using the Parallel::packed_range_* routines for a vecto...
libMesh::Real _hmax
hmax for the dummy element
const std::unique_ptr< libMesh::Mesh > _mesh
Dummy mesh that contains a single element used for TraceRayTools intersection methods.
libMesh::Parallel::Communicator _comm
Dummy communicator for the dummy mesh.
BoundingBoxIntersectionHelper(const libMesh::BoundingBox &bbox, const unsigned int dim)
Constructor.
Helper class that computes the intersection of a line segment defined by a point and a direction and ...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real