OutputTools< RealVectorValue >::VariablePhiValue VectorVariablePhiValue
OutputTools< RealVectorValue >::VariableTestValue VectorVariableTestValue
OutputTools< RealVectorValue >::VariableValue VectorVariableValue
Base class for deriving any boundary condition of a integrated type.
const InputParameters & parameters() const
Get the parameters of the object.
Class for stuff related to variables.
Interface for objects that need to get values of MooseVariables.
Base class for deriving any boundary condition of a integrated type.
virtual void computeResidual() override
Compute this object's contribution to the residual.
virtual Real computeQpOffDiagJacobianScalar(unsigned int)
Method for computing an off-diagonal jacobian component from a scalar var.
virtual Real computeQpJacobian()
Method for computing the diagonal Jacobian at quadrature points.
static InputParameters validParams()
const MooseArray< Point > & _normals
normals at quadrature points
virtual Real computeQpOffDiagJacobian(unsigned int)
Method for computing an off-diagonal jacobian component at quadrature points.
const VectorVariablePhiValue & _phi
shape function values (in QPs)
const VectorMooseVariable & _var
void computeOffDiagJacobianScalar(unsigned int jvar) override
Computes jacobian block with respect to a scalar variable.
virtual void computeJacobian() override
Compute this object's contribution to the diagonal Jacobian entries.
virtual void computeOffDiagJacobian(unsigned int jvar) override
Computes d-ivar-residual / d-jvar...
virtual const VectorMooseVariable & variable() const override
Returns the variable that this object operates on.
const VectorVariableTestValue & _test
test function values (in QPs)
virtual Real computeQpResidual()=0
Method for computing the residual at quadrature points.
const VectorVariableValue & _u
the values of the unknown variable this BC is acting on