ADArrayReaction(const InputParameters ¶meters)
Eigen::Matrix< ADReal, Eigen::Dynamic, 1 > ADRealEigenVector
const InputParameters & parameters() const
Get the parameters of the object.
static InputParameters validParams()
Array kernel for adding a reaction term.
Base class for array variable (equation) kernels using automatic differentiation. ...
const ADMaterialProperty< Real > * _r
scalar reaction coefficient
virtual void computeQpResidual(ADRealEigenVector &residual) override
Compute this Kernel's contribution to the residual at the current quadrature point, to be filled in residual.
const ADMaterialProperty< RealEigenVector > *const _r_array
array reaction coefficient
const ADMaterialProperty< RealEigenMatrix > *const _r_2d_array
matrix of reaction coefficients (for cross reaction terms between array variables) ...