18 params.addClassDescription(
19 "Adds a time derivative term to a Lagrange multiplier constrained primal equation");
A base class for creating time derivative terms in primal equations which have associated constraints...
const ADVariableValue & _u_dot
The time derivative of the primal variable evaluated at quadrature points.
Adds a time derivative term to a Lagrange multiplier constrained primal equation. ...
DualNumber< Real, DNDerivativeType, true > ADReal
TimeDerivativeLM(const InputParameters ¶meters)
static InputParameters validParams()
ADReal precomputeQpResidual() override
static InputParameters validParams()
registerMooseObject("ScalarTransportApp", TimeDerivativeLM)