Searched refs:dtpost (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ts/event/tests/ |
| H A D | ex2.c | 33 PetscReal dtpost; // post-event step member 62 ctx.dtpost = 0; in main() 106 PetscCall(PetscOptionsGetReal(NULL, NULL, "-dtpost", &ctx.dtpost, NULL)); // post-event step in main() 186 if (Ctx->dtpost > 0) { in Postevent() 187 if (Ctx->postcnt % 2 == 0) PetscCall(TSSetPostEventStep(ts, Ctx->dtpost)); in Postevent()
|
| H A D | ex1sin.c | 33 PetscReal dtpost; // post-event step member 62 ctx.dtpost = 0; in main() 106 PetscCall(PetscOptionsGetReal(NULL, NULL, "-dtpost", &ctx.dtpost, NULL)); // post-event step in main() 176 if (Ctx->dtpost > 0) { in Postevent() 177 if (Ctx->postcnt % 2 == 0) PetscCall(TSSetPostEventStep(ts, Ctx->dtpost)); in Postevent()
|
| H A D | ex3.c | 41 PetscReal dtpost; // post-event step member 75 ctx.dtpost = 0; in main() 121 PetscCall(PetscOptionsGetReal(NULL, NULL, "-dtpost", &ctx.dtpost, NULL)); // post-event step in main() 242 if (Ctx->dtpost > 0) { in Postevent() 243 if (Ctx->postcnt % 2 == 0) PetscCall(TSSetPostEventStep(ts, Ctx->dtpost)); in Postevent()
|
| H A D | ex4.c | 35 PetscReal dtpost; // post-event step member 67 ctx.dtpost = 0; in main() 114 PetscCall(PetscOptionsGetReal(NULL, NULL, "-dtpost", &ctx.dtpost, NULL)); // post-event step in main() 238 if (Ctx->dtpost > 0) { in Postevent() 239 if (Ctx->postcnt % 2 == 0) PetscCall(TSSetPostEventStep(ts, Ctx->dtpost)); in Postevent()
|
| H A D | ex5.c | 37 PetscReal dtpost; // post-event step member 70 ctx.dtpost = 0; in main() 114 PetscCall(PetscOptionsGetReal(NULL, NULL, "-dtpost", &ctx.dtpost, NULL)); // post-event step in main() 226 if (Ctx->dtpost > 0) { in Postevent() 227 if (Ctx->postcnt % 2 == 0) PetscCall(TSSetPostEventStep(ts, Ctx->dtpost)); in Postevent()
|
| H A D | ex3span.c | 43 PetscReal dtpost; // first post-event step member 82 ctx.dtpost = 0; in main() 119 PetscCall(PetscOptionsGetReal(NULL, NULL, "-dtpost", &ctx.dtpost, NULL)); // post-event step in main() 260 if (Ctx->dtpost > 0) { in Postevent() 261 if (Ctx->postcnt % 2 == 0) PetscCall(TSSetPostEventStep(ts, Ctx->dtpost)); in Postevent()
|