virtual void computeResidualAndJacobian(const FaceInfo &fi)=0
Compute the residual and Jacobian on the supplied face.
virtual void computeResidual(const FaceInfo &fi)=0
Compute the residual on the supplied face.
virtual void computeJacobian(const FaceInfo &fi)=0
Compute the jacobian on the supplied face.
Interface class for a finite volume residual object whose residuals are based on faces.
This data structure is used to store geometric and variable related metadata about each cell face in ...