Home
last modified time | relevance | path

Searched refs:ITG (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/ksp/guess/impls/fischer/
H A Dfischer.c337 KSPGuessFischer *ITG = (KSPGuessFischer *)guess->data; in KSPGuessSetFromOptions_Fischer() local
342 model[0] = ITG->method; in KSPGuessSetFromOptions_Fischer()
343 model[1] = ITG->maxl; in KSPGuessSetFromOptions_Fischer()
347 … determine rank via ratio of singular values", "KSPGuessSetTolerance", ITG->tol, &ITG->tol, NULL)); in KSPGuessSetFromOptions_Fischer()
348 …tionsBool("-ksp_guess_fischer_monitor", "Monitor the guess", NULL, ITG->monitor, &ITG->monitor, NU… in KSPGuessSetFromOptions_Fischer()