Interface class for a finite volume residual object whose residuals are based on faces. More...
#include <FVFaceResidualObject.h>
Public Member Functions | |
virtual void | computeResidual (const FaceInfo &fi)=0 |
Compute the residual on the supplied face. More... | |
virtual void | computeJacobian (const FaceInfo &fi)=0 |
Compute the jacobian on the supplied face. More... | |
virtual void | computeResidualAndJacobian (const FaceInfo &fi)=0 |
Compute the residual and Jacobian on the supplied face. More... | |
Interface class for a finite volume residual object whose residuals are based on faces.
Definition at line 17 of file FVFaceResidualObject.h.
Compute the jacobian on the supplied face.
Implemented in FVInterfaceKernel, FVFluxKernel, FVFluxBC, FVBoundaryScalarLagrangeMultiplierConstraint, and FVScalarLagrangeMultiplierInterface.
Referenced by ComputeFVFluxJacobianThread< RangeType >::compute().
Compute the residual on the supplied face.
Implemented in FVInterfaceKernel, FVFluxKernel, FVFluxBC, FVBoundaryScalarLagrangeMultiplierConstraint, and FVScalarLagrangeMultiplierInterface.
Referenced by ComputeFVFluxResidualThread< RangeType >::compute().
Compute the residual and Jacobian on the supplied face.
Implemented in FVInterfaceKernel, FVFluxKernel, and FVFluxBC.
Referenced by ComputeFVFluxRJThread< RangeType >::compute().