Home
last modified time | relevance | path

Searched refs:res_old (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ksp/ksp/impls/gmres/agmres/
H A Dagmres.c440 PetscReal res_old, res; in KSPSolve_AGMRES() local
463 res_old = ksp->rnorm; /* Record the residual norm to test if deflation is needed */ in KSPSolve_AGMRES()
475 …test = agmres->max_k * PetscLogReal(ksp->rtol / res) / PetscLogReal(res / res_old); /* estimate th… in KSPSolve_AGMRES()
/petsc/src/ksp/ksp/impls/gmres/dgmres/
H A Ddgmres.c111 PetscReal res_old; in KSPDGMRESCycle() local
135 res_old = res; in KSPDGMRESCycle()
215 test = max_k * PetscLogReal(ksp->rtol / res) / PetscLogReal(res / res_old); in KSPDGMRESCycle()