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