Home
last modified time | relevance | path

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

/petsc/src/ts/event/tests/
H A Dex2.c33 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 Dex1sin.c33 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 Dex3.c41 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 Dex4.c35 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 Dex5.c37 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 Dex3span.c43 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()