const MaterialProperty< RealEigenVector > *const _d_array
array diffusion coefficient
const MaterialProperty< Real > *const _d
scalar diffusion coefficient
const MaterialProperty< RealEigenMatrix > *const _d_2d_array
matrix diffusion coefficient
virtual RealEigenVector computeQpJacobian() override
Compute this Kernel's contribution to the diagonal Jacobian at the current quadrature point.
virtual RealEigenMatrix computeQpOffDiagJacobian(const MooseVariableFEBase &jvar) override
This is the virtual that derived classes should override for computing a full Jacobian component.
virtual void computeQpResidual(RealEigenVector &residual) override
Compute this Kernel's contribution to the residual at the current quadrature point,...
static InputParameters validParams()
virtual void initQpResidual() override
Put necessary evaluations depending on qp but independent on test functions here.
const InputParameters & parameters() const
Get the parameters of the object.
This class provides an interface for common operations on field variables of both FE and FV types wit...