Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex44.c19 PetscInt bounces; member
57 app->bounces++; in PostEvent()
59 if (app->bounces >= app->maxbounces) { // 'app->bounces' may be different on different processes in PostEvent()
60 …tf(PETSC_COMM_SELF, "Processor [%d]: Ball bounced %" PetscInt_FMT " times\n", rank, app->bounces)); in PostEvent()
135 app.bounces = 0; in main()