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