ADVectorFunctionNeumannBC(const InputParameters ¶meters)
Base class for function objects.
const Function & _function_z
z component function
DualNumber< Real, DNDerivativeType, true > ADReal
virtual ADReal computeQpResidual() override
Compute this IntegratedBC's contribution to the residual at the current quadrature point...
static InputParameters validParams()
Base class for deriving any boundary condition of a integrated type.
const Function & _function_y
y component function
Boundary condition of a Neumann style whose value is computed by a user-defined function for vector v...
const InputParameters & parameters() const
Get the parameters of the object.
const Function & _function_x
x component function