20 "Residual contribution to an ODE from a source functor acting at nodes.");
Represents the rate in a simple ODE of du/dt = f.
Moose::StateArg determineState() const
Create a functor state argument that corresponds to the implicit state of this object.
DualNumber< Real, DNDerivativeType, true > ADReal
const Moose::Functor< ADReal > & _functor
registerMooseObject("MooseApp", UserForcingFunctorNodalKernel)
Base class for creating nodal kernels with AD-computed Jacobians.
Moose::NodeArg nodeArg() const
virtual ADReal computeQpResidual() override
The user can override this function to compute the residual at a node.
static InputParameters validParams()
Class constructor.
static InputParameters validParams()
Constructor grabs the Function.
UserForcingFunctorNodalKernel(const InputParameters ¶meters)