KSPGuessFormGuess#
Form the initial guess
Synopsis#
#include "petscksp.h"  
PetscErrorCode KSPGuessFormGuess(KSPGuess guess, Vec rhs, Vec sol)
Collective
Input Parameters#
- guess - the initial guess context 
- rhs - the current right-hand side vector 
- sol - the initial guess vector 
See Also#
Level#
developer
Location#
Implementations#
KSPGuessFormGuess_POD() in src/ksp/ksp/guess/impls/pod/pod.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages