KSPComputeRHSFn#
A prototype of a KSP
evaluation function that would be passed to KSPSetComputeRHS()
Synopsis#
PETSC_EXTERN_TYPEDEF typedef PetscErrorCode KSPComputeRHSFn(KSP ksp, Vec b, void *ctx);
Calling Sequence#
ksp -
ksp
contextb - output vector
ctx - [optional] user-defined function context
See Also#
KSP: Linear System Solvers, KSP
, KSPSetComputeRHS()
, SNESGetFunction()
, KSPComputeInitialGuessFn
, KSPComputeOperatorsFn
Level#
beginner
Location#
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages