Searched refs:KSPRichardsonSetScale (Results 1 – 5 of 5) sorted by relevance
19 PetscErrorCode KSPRichardsonSetScale(KSP ksp, PetscReal scale) in KSPRichardsonSetScale() function
173 if (flg) PetscCall(KSPRichardsonSetScale(ksp, tmp)); in KSPSetFromOptions_Richardson()
317 PETSC_EXTERN PetscErrorCode KSPRichardsonSetScale(KSP, PetscReal);
189 KSPRichardsonSetScale(KSP ksp,PetscReal scale);
9226 PetscCall(KSPRichardsonSetScale(pcbddc->coarse_ksp, 2.0 / (lambda_max + lambda_min))); in PCBDDCSetUpCoarseSolver()