BoundaryHit struct
#include <Rodin/Variational/Flow.h>
Information passed to a boundary policy when a trajectory reaches the domain boundary.
Public variables
- Real& tau
- Remaining time after the hit.
- Index& cell
- Current cell index.
-
Math::
SpatialPoint& rref - Reference coordinates of the hit point.
- size_t face
- Local face index in the current cell.
- Real& correction
- Additive correction to the traced value.