:orphan: # KSPGuessUpdate Updates the guess object with the current solution and rhs vector ## Synopsis ``` #include "petscksp.h" PetscErrorCode KSPGuessUpdate(KSPGuess guess, Vec rhs, Vec sol) ``` Collective ## Input Parameters - ***guess -*** the initial guess context - ***rhs -*** the corresponding rhs - ***sol -*** the computed solution ## See Also [](ch_ksp), `KSPGuessCreate()`, `KSPGuess` ## Level developer ## Location src/ksp/ksp/interface/iguess.c ## Implementations KSPGuessUpdate_POD in src/ksp/ksp/guess/impls/pod/pod.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/ksp/interface/iguess.c) [Index of all KSP routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)