Searched refs:lin_its (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex14f.F90 | 340 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 D | ex14.c | 93 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()
|