Searched refs:guesstype (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/interface/ |
| H A D | itcl.c | 339 char type[256], guesstype[256], monfilename[PETSC_MAX_PATH_LEN]; in KSPSetFromOptions() local 443 …sp_guess_type", "Initial guess in Krylov method", NULL, KSPGuessList, NULL, guesstype, 256, &flg)); in KSPSetFromOptions() 446 PetscCall(KSPGuessSetType(ksp->guess, guesstype)); in KSPSetFromOptions()
|