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