Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex3.c642 PetscInt iter, its, sub_its, maxit; in PostSetSubKSP() local
657 PetscCall(KSPGetIterationNumber(sub_ksp, &sub_its)); /* inner KSP iteration number */ in PostSetSubKSP()
660 …etscInt_FMT " %" PetscInt_FMT ", subksp_it %" PetscInt_FMT "\n", iter, check->its0, its, sub_its)); in PostSetSubKSP()
662 maxit = (PetscInt)(ksp_ratio * sub_its + 0.5); in PostSetSubKSP()