Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex14f.F90340 PetscInt lin_its
488 PetscCallA(KSPGetIterationNumber(ksp, lin_its, ierr))
490 print *, 'linear solve iterations = ', lin_its, ' xnorm = ', xnorm, ' ynorm = ', ynorm
/petsc/src/ksp/ksp/tests/
H A Dex14.c93 PetscInt lin_its; /* number of linear solver iterations for each step */ in main() local
215 PetscCall(KSPGetIterationNumber(ksp, &lin_its)); in main()
224 … " linear solve iterations = %" PetscInt_FMT ", xnorm=%g, ynorm=%g\n", lin_its, (double)xnorm, (… in main()