Base class for deriving any boundary condition of a integrated type.
virtual RealEigenVector computeQpJacobian() override
Method for computing the diagonal Jacobian at quadrature points.
static InputParameters validParams()
RealEigenVector _alpha
Ratio of u to du/dn.
virtual void computeQpResidual(RealEigenVector &residual) override
Method for computing the residual at quadrature points, to be filled in residual.
const InputParameters & parameters() const
Get the parameters of the object.