Base class for function objects.
Base class for automatic differentiation Dirichlet BCs.
ADFunctionDirichletBC(const InputParameters ¶meters)
const InputParameters & parameters() const
Get the parameters of the object.
virtual ADReal computeQpValue() override
Compute the value of the Dirichlet BC at the current quadrature point.
DualNumber< Real, DNDerivativeType, true > ADReal
Boundary condition of a Dirichlet type.
const Function & _function
The function describing the Dirichlet condition.
static InputParameters validParams()