19 "The Laplacian operator ($-\\nabla \\cdot \\nabla \\vec{u}$), with the weak "
20 "form of $(\\nabla \\vec{\\phi_i}, \\nabla \\vec{u_h})$.");
registerMooseObject("MooseApp", VectorDiffusion)
unsigned int _qp
The current quadrature point index.
unsigned int _j
current index for the shape function
unsigned int _i
current index for the test function
This kernel implements the Laplacian operator: $\nabla \vec{u} \cdot \nabla \vec{\phi_i}$.
virtual Real computeQpResidual() override
Compute this Kernel's contribution to the residual at the current quadrature point.
VectorDiffusion(const InputParameters ¶meters)
virtual Real computeQpJacobian() override
Compute this Kernel's contribution to the Jacobian at the current quadrature point.
static InputParameters validParams()
static InputParameters validParams()
const VectorVariablePhiGradient & _grad_phi
gradient of the shape function
const VectorVariableGradient & _grad_u
Holds the solution gradient at current quadrature points.
const VectorVariableTestGradient & _grad_test
gradient of the test function