Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex25.c32 PetscReal litspit; in main() local
53 litspit = ((PetscReal)lits) / ((PetscReal)its); in main()
56 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Average Linear its / SNES = %e\n", (double)litspit)); in main()
H A Dex18.c56 PetscReal litspit; in main() local
97 litspit = ((PetscReal)lits) / ((PetscReal)its); in main()
100 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Average Linear its / SNES = %e\n", (double)litspit)); in main()
/petsc/src/snes/tests/
H A Dex20.c58 PetscReal litspit = 0; /* avoid uninitialized warning */ in main() local
98 if (its) litspit = ((PetscReal)lits) / ((PetscReal)its); in main()
101 …its) PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Average Linear its / SNES = %e\n", (double)litspit)); in main()