OutputTools< Real >::VariableGradient VariableGradient
const MooseVariable * _v_var
Optional coupled concentration variable. 
virtual Real computeQpJacobian() override
Compute this Kernel's contribution to the Jacobian at the current quadrature point. 
Base class for function objects. 
The Laplacian operator with a function coefficient. 
Class for stuff related to variables. 
const InputParameters & parameters() const
Get the parameters of the object. 
FunctionDiffusion(const InputParameters ¶meters)
This kernel implements the Laplacian operator: $ u   $. 
const VariablePhiGradient & _grad_v_phi
Gradient of the shape function. 
virtual Real computeQpResidual() override
Compute this Kernel's contribution to the residual at the current quadrature point. 
static InputParameters validParams()
const Function & _function
Function coefficient. 
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const VariableGradient & _grad_v
Gradient of the concentration variable for kernel to operate on.