Searched refs:KSPLogErrorHistory (Results 1 – 3 of 3) sorted by relevance
456 PetscCall(KSPLogErrorHistory(ksp)); in KSPSolve_Chebyshev_FirstKind()505 PetscCall(KSPLogErrorHistory(ksp)); in KSPSolve_Chebyshev_FirstKind()553 if (ksp->reason == KSP_CONVERGED_ITS) PetscCall(KSPLogErrorHistory(ksp)); in KSPSolve_Chebyshev_FirstKind()612 PetscCall(KSPLogErrorHistory(ksp)); in KSPSolve_Chebyshev_FourthKind()663 PetscCall(KSPLogErrorHistory(ksp)); in KSPSolve_Chebyshev_FourthKind()707 if (ksp->reason == KSP_CONVERGED_ITS) PetscCall(KSPLogErrorHistory(ksp)); in KSPSolve_Chebyshev_FourthKind()
115 PetscCall(KSPLogErrorHistory(ksp)); in KSPGMRESCycle()128 PetscCall(KSPLogErrorHistory(ksp)); in KSPGMRESCycle()190 PetscCall(KSPLogErrorHistory(ksp)); in KSPGMRESCycle()
219 static inline PetscErrorCode KSPLogErrorHistory(KSP ksp) in KSPLogErrorHistory() function