Searched refs:maxbounces (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex44.c | 20 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 D | ex40.c | 17 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()
|