Base class for deriving any boundary condition that works at nodes on vector variables.
const RealEigenVector & _values
The value for this BC.
virtual void computeQpResidual(RealEigenVector &residual) override
Compute this BC's contribution to the residual at the current quadrature point, to be filled in resid...
const InputParameters & parameters() const
Get the parameters of the object.
static InputParameters validParams()
Eigen::Matrix< Real, Eigen::Dynamic, 1 > RealEigenVector
Boundary condition of a Dirichlet type.
ArrayDirichletBC(const InputParameters ¶meters)