Base class for automatic differentiation Dirichlet BCs.
Boundary condition of a Dirichlet type.
virtual ADRealVectorValue computeQpValue() override
Compute the value of the Dirichlet BC at the current quadrature point.
RealVectorValue _values
The value for this BC.
const Function & _function_x
x component function
const Function & _function_z
z component function
static InputParameters validParams()
const Function & _function_y
y component function
const Function *const _function
Optional vectorValue function.
Base class for function objects.