A different approach to applying Dirichlet BCs.
Base class for function objects.
const InputParameters & parameters() const
Get the parameters of the object.
DualNumber< Real, DNDerivativeType, true > ADReal
Base class for deriving any boundary condition of a integrated type.
const Real _p
Penalty value.
virtual ADReal computeQpResidual() override
Compute this IntegratedBC's contribution to the residual at the current quadrature point...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
Factory constructor, takes parameters so that all derived classes can be built using the same constru...
ADFunctionPenaltyDirichletBC(const InputParameters ¶meters)
const Function & _func
Function that defines value of u on the boundary.