Base class for a RayKernel that integrates along a Ray segment.
Base object for the RayKernel syntax.
IntegralRayKernelBase(const InputParameters ¶ms)
virtual void onSegment() override=0
Called on each segment of a Ray.
const MooseArray< Real > & _JxW
The current quadrature point weight value.
unsigned int _qp
The current quadrature point index.
virtual void preExecuteStudy() override
Insertion point called immediately before executing the RayTracingStudy.
static InputParameters validParams()
const MooseArray< Point > & _q_point
The physical location of the segment's quadrature points, indexed by _qp.
Assembly & _assembly
Reference to the Assembly object.