18   params.
addClassDescription(
"The Laplacian operator ($-\\nabla \\cdot \\nabla u$), with the weak "    19                              "form of $(\\nabla \\phi_i, \\nabla u_h)$.");
 
const VariableGradient & _grad_u
Holds the solution gradient at the current quadrature points. 
static InputParameters validParams()
const VariablePhiGradient & _grad_phi
gradient of the shape function 
virtual Real computeQpJacobian() override
Compute this Kernel's contribution to the Jacobian at the current quadrature point. 
registerMooseObject("MooseApp", Diffusion)
This kernel implements the Laplacian operator: $ u   $. 
static InputParameters validParams()
virtual Real computeQpResidual() override
Compute this Kernel's contribution to the residual at the current quadrature point. 
unsigned int _i
current index for the test function 
unsigned int _j
current index for the shape function 
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const VariableTestGradient & _grad_test
gradient of the test function 
Diffusion(const InputParameters ¶meters)
unsigned int _qp
The current quadrature point index.