KSPGuessType#
String with the name of a PETSc initial guess approach for Krylov methods.
Synopsis#
typedef const char *KSPGuessType;
#define KSPGUESSFISCHER "fischer"
#define KSPGUESSPOD "pod"
Values#
KSPGUESSFISCHER
- methodology developed by Paul Fischer
KSPGUESSPOD
- methodology based on proper orthogonal decomposition
See Also#
Level#
intermediate
Location#
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages