Home
last modified time | relevance | path

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

/petsc/src/ts/event/tests/
H A Dex3span.c44 PetscReal dt2_at6; // second time step set after event at t=6 member
83 ctx.dt2_at6 = -2; in main()
120 …PetscCall(PetscOptionsGetReal(NULL, NULL, "-dt2_at6", &ctx.dt2_at6, NULL)); // second time step se… in main()
267 …AbsReal(t - (PetscReal)6.0) < 0.01 && Ctx->dt2_at6 != -2) PetscCall(TSSetPostEventSecondStep(ts, C… in Postevent()