Base class for function objects.
const InputParameters & parameters() const
Get the parameters of the object.
Base class for deriving any boundary condition of a integrated type.
Enforces a Dirichlet boundary condition for vector nonlinear variables in a weak sense by applying a ...
Real _penalty
The penalty coefficient.
static InputParameters validParams()
const Function & _exact_z
The exact solution for the z component.
virtual Real computeQpJacobian() override
Method for computing the diagonal Jacobian at quadrature points.
const Function & _exact_x
The exact solution for the x component.
virtual Real computeQpResidual() override
Method for computing the residual at quadrature points.
const Function & _exact_y
The exact solution for the y component.