Searched defs:_p_KSP (Results 1 – 1 of 1) sorted by relevance
80 struct _p_KSP { struct82 DM dm;83 PetscBool dmAuto; /* DM was created automatically by KSP */84 KSPDMActive dmActive; /* KSP should use DM for computing operators */87 PetscInt min_it; /* minimum number of iterations */88 KSPGuess guess;89 PetscBool guess_zero, /* flag for whether initial guess is 0 */90 …s_not_read, /* guess is not read, does not need to be zeroed */91 calc_sings, /* calculate extreme Singular Values */92 calc_ritz, /* calculate (harmonic) Ritz pairs */[all …]