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