Searched refs:bounces (Results 1 – 1 of 1) sorted by relevance
19 PetscInt bounces; member57 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()