37 _coupled(coupled(
"coupled")),
38 _coupled_val(this->template coupledGenericValue<is_ad>(
"coupled"))
46 return -_test[_i][_qp] * _coupled_val[_qp] * _coupled_val[_qp];
53 if (jvar_num == _coupled)
54 return -2.0 * _phi[_j][_qp] * _test[_i][_qp] * _coupled_val[_qp];
CoupledLineSourceRayKernelTestTempl(const InputParameters ¶ms)
Moose::GenericType< Real, is_ad > GenericReal
static InputParameters validParams()
registerMooseObject("RayTracingTestApp", CoupledLineSourceRayKernelTest)
virtual GenericReal< is_ad > computeQpOffDiagJacobian(const unsigned int jvar_num) override
Compute this RayKernel's contribution to the off diagonal jacobian for the variable numbered jvar_num...
static InputParameters validParams()
virtual GenericReal< is_ad > computeQpResidual() override
Compute this RayKernel's contribution to the residual at _qp and _i.