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