Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex40.c18 PetscInt nbounces; member
45 app->nbounces++; in PostEventFunction()
46 if (app->nbounces >= app->maxbounces) { in PostEventFunction()
47 … PetscCall(PetscPrintf(PETSC_COMM_SELF, "Ball bounced %" PetscInt_FMT " times\n", app->nbounces)); in PostEventFunction()
178 app.nbounces = 0; in main()
256 app.nbounces = 0; in main()