DualNumber< Real, DNDerivativeType, true > ADReal
typename OutputTools< T >::VariablePhiValue ADTemplateVariablePhiValue
typename OutputTools< typename Moose::ADType< T >::type >::VariableValue ADTemplateVariableValue
typename OutputTools< T >::VariableTestValue ADTemplateVariableTestValue
typename OutputTools< typename Moose::ADType< T >::type >::VariableGradient ADTemplateVariableGradient
AD version of DiracKernel.
virtual void computeResidual() override
Compute this object's contribution to the residual.
static InputParameters validParams()
const ADTemplateVariableTestValue< Real > & _test
Values of test functions at QPs.
virtual ADReal computeQpResidual()=0
Computes the residual contribution at the current quadrature point.
void computeADResiduals()
Computes the AD residuals for the current element.
const ADTemplateVariableGradient< Real > & _grad_u
Holds the solution gradient at the current quadrature points.
virtual void jacobianSetup() override
Gets called just before the Jacobian is computed and before this object is asked to do its job.
void computeFullJacobian()
Computes the full Jacobian for the current element.
virtual void computeResidualAndJacobian() override
Compute this object's contribution to the residual and Jacobian simultaneously.
const Elem * _last_jacobian_elem
The element corresponding to previous Jacobian calculation.
virtual void computeJacobian() override
Compute this object's contribution to the diagonal Jacobian entries.
std::vector< ADReal > _ad_residuals
AD residuals for the current element.
MooseVariableField< Real > & _var
Variable this kernel acts on.
virtual const MooseVariableField< Real > & variable() const override
Returns the variable that this object operates on.
const ADTemplateVariablePhiValue< Real > & _phi
Values of shape functions at QPs.
virtual void computeOffDiagJacobian(unsigned int jvar) override
Computes the off-diagonal Jacobian for variable jvar.
const ADTemplateVariableValue< Real > & _u
Holds the solution at current quadrature points.
An interface for accessing Moose::Functors for systems that care about automatic differentiation,...
DiracKernelBase is the base class for all DiracKernel type classes.
const InputParameters & parameters() const
Get the parameters of the object.
Class for stuff related to variables.
Interface for objects that need to get values of MooseVariables.