Searched refs:guess_not_read (Results 1 – 4 of 4) sorted by relevance
144 …ksp->guess_not_read = PETSC_TRUE; // A KSP of preonly never needs to zero the input x since P… in KSPCreate_PREONLY()
90 …guess_not_read, /* guess is not read, does not need to be zero… member
855 ksp->guess_not_read = PETSC_FALSE; // restore default in KSPSetType()
885 if (ksp->guess_zero && !ksp->guess_not_read) PetscCall(VecSet(ksp->vec_sol, 0.0)); in KSPSolve_Private()