petsc-3.9.4 2018-09-11
KSPGetGuess
Gets the initial guess generator for the KSP.
Synopsis
#include "petscksp.h"
PetscErrorCode KSPGetGuess(KSP ksp,KSPGuess *guess)
Not Collective
Input Parameters
ksp -the Krylov context
Output Parameters
guess -the object
Keywords
KSP, set, options, prefix, database
See Also
KSPSetOptionsPrefix(), KSPAppendOptionsPrefix(), KSPSetUseFischerGuess(), KSPSetGuess()
Level
developer
Location
src/ksp/ksp/interface/itcl.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages