Home
last modified time | relevance | path

Searched refs:KSPLogErrorHistory (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ksp/ksp/impls/cheby/
H A Dcheby.c456 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()
/petsc/src/ksp/ksp/impls/gmres/
H A Dgmres.c115 PetscCall(KSPLogErrorHistory(ksp)); in KSPGMRESCycle()
128 PetscCall(KSPLogErrorHistory(ksp)); in KSPGMRESCycle()
190 PetscCall(KSPLogErrorHistory(ksp)); in KSPGMRESCycle()
/petsc/include/petsc/private/
H A Dkspimpl.h219 static inline PetscErrorCode KSPLogErrorHistory(KSP ksp) in KSPLogErrorHistory() function