19 "Time derivative Kernel that acts on a coupled vector variable. Weak form: " 20 "$(\\vec{\\psi}_i, \\frac{\\partial \\vec{v_h}}{\\partial t})$.");
27 _v_dot(coupledVectorDot(
"v")),
28 _dv_dot(coupledVectorDotDu(
"v")),
const VectorVariableTestValue & _test
the current test function
const unsigned int _v_var
VectorCoupledTimeDerivative(const InputParameters ¶meters)
const VariableValue & _dv_dot
static InputParameters validParams()
virtual Real computeQpOffDiagJacobian(unsigned int jvar) override
This is the virtual that derived classes should override for computing an off-diagonal Jacobian compo...
const VectorVariableValue & _v_dot
virtual Real computeQpResidual() override
Compute this Kernel's contribution to the residual at the current quadrature point.
virtual Real computeQpJacobian() override
Compute this Kernel's contribution to the Jacobian at the current quadrature point.
unsigned int _i
current index for the test function
registerMooseObject("MooseApp", VectorCoupledTimeDerivative)
unsigned int _j
current index for the shape function
const VectorVariablePhiValue & _phi
the current shape functions
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
This calculates the time derivative for a coupled vector variable.
unsigned int _qp
The current quadrature point index.