Real _coef
Multiplier for the coupled force term. 
Moose::GenericType< Real, is_ad > GenericReal
CoupledForceTempl< false > CoupledForce
static InputParameters validParams()
unsigned int _v_var
Coupled variable number. 
const InputParameters & parameters() const
Get the parameters of the object. 
CoupledForceTempl< true > ADCoupledForce
usingGenericKernelMembers
Moose::GenericType< VariableValue, is_ad > GenericVariableValue
const GenericVariableValue< is_ad > & _v
Coupled variable. 
virtual Real computeQpOffDiagJacobian(unsigned int jvar) override
For coupling standard variables. 
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual GenericReal< is_ad > computeQpResidual() override
Compute this Kernel's contribution to the residual at the current quadrature point. 
Implements a source term proportional to the value of a coupled variable. 
CoupledForceTempl(const InputParameters ¶meters)