41 return RealEigenVector::Zero(
_var.
count());
registerMooseObject("MooseApp", EigenArrayDirichletBC)
Base class for deriving any boundary condition that works at nodes on vector variables.
ArrayMooseVariable & _var
static InputParameters validParams()
Boundary condition of a Dirichlet type for the eigen side.
EigenArrayDirichletBC(const InputParameters ¶meters)
virtual RealEigenVector computeQpJacobian() override
The user can override this function to compute the "on-diagonal" Jacobian contribution for this Vecto...
static InputParameters validParams()
virtual RealEigenMatrix computeQpOffDiagJacobian(MooseVariableFEBase &jvar) override
This is the virtual that derived classes should override for computing an off-diagonal jacobian compo...
virtual void computeQpResidual(RealEigenVector &residual) override
Compute this BC's contribution to the residual at the current quadrature point, to be filled in resid...
unsigned int count() const
Get the number of components Note: For standard and vector variables, the number is one.
This class provides an interface for common operations on field variables of both FE and FV types wit...
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type.