Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex44.c20 PetscInt maxbounces; member
59 if (app->bounces >= app->maxbounces) { // 'app->bounces' may be different on different processes in PostEvent()
136 app.maxbounces = 10; in main()
140 …OptionsInt("-maxbounces", "Maximum number of bounces", "", app.maxbounces, &app.maxbounces, NULL)); in main()
H A Dex40.c17 PetscInt maxbounces; member
46 if (app->nbounces >= app->maxbounces) { in PostEventFunction()
179 app.maxbounces = 10; in main()
181 PetscCall(PetscOptionsInt("-maxbounces", "", "", app.maxbounces, &app.maxbounces, NULL)); in main()