const MooseArray< Point > & _normals
normals at quadrature points
RealEigenVector _work_vector
Work vector for residual.
Class for stuff related to variables.
const ArrayVariablePhiValue & _phi
shape function values (in QPs)
virtual void computeQpResidual(RealEigenVector &residual)=0
Method for computing the residual at quadrature points, to be filled in residual. ...
const ArrayVariableValue & _u
the values of the unknown variable this BC is acting on
This class provides an interface for common operations on field variables of both FE and FV types wit...
const unsigned int _count
Number of components of the array variable.
static InputParameters validParams()
virtual RealEigenMatrix computeQpOffDiagJacobianScalar(const MooseVariableScalar &jvar)
This is the virtual that derived classes should override for computing a full Jacobian component...
ArrayIntegratedBC(const InputParameters ¶meters)
virtual void computeJacobian() override
Compute this object's contribution to the diagonal Jacobian entries.
virtual RealEigenMatrix computeQpOffDiagJacobian(const MooseVariableFEBase &jvar)
Method for computing an off-diagonal jacobian component at quadrature points.
void computeOffDiagJacobianScalar(unsigned int jvar) override
Computes jacobian block with respect to a scalar variable.
virtual void initQpJacobian()
Put necessary evaluations depending on qp but independent on test and shape functions here...
ArrayMooseVariable & _var
virtual void initQpResidual()
Put necessary evaluations depending on qp but independent on test functions here. ...
Eigen::Matrix< Real, Eigen::Dynamic, Eigen::Dynamic > RealEigenMatrix
virtual const ArrayMooseVariable & variable() const override
Returns the variable that this object operates on.
virtual void computeOffDiagJacobian(unsigned int jvar) override
Computes d-ivar-residual / d-jvar...
virtual void initQpOffDiagJacobian(const MooseVariableFEBase &)
Put necessary evaluations depending on qp but independent on test and shape functions here for off-di...
const ArrayVariableTestValue & _test
test function values (in QPs)
Interface for objects that need to get values of MooseVariables.
Class for scalar variables (they are different).
Base class for deriving any boundary condition of a integrated type.
const InputParameters & parameters() const
Get the parameters of the object.
Base class for deriving any boundary condition of a integrated type.
Eigen::Matrix< Real, Eigen::Dynamic, 1 > RealEigenVector
OutputTools< RealEigenVector >::VariableTestValue ArrayVariableTestValue
virtual void computeResidual() override
Compute this object's contribution to the residual.
virtual RealEigenVector computeQpJacobian()
Method for computing the diagonal Jacobian at quadrature points.