Searched refs:sub_its (Results 1 – 1 of 1) sorted by relevance
642 PetscInt iter, its, sub_its, maxit; in PostSetSubKSP() local657 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()