Home
last modified time | relevance | path

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

/petsc/src/ts/event/tests/
H A Dex3.c45 PetscBool change5; // flag to change the state vector at t=5 PostEvent member
78 ctx.change5 = PETSC_FALSE; in main()
123 …PetscCall(PetscOptionsGetBool(NULL, NULL, "-change5", &ctx.change5, NULL)); // flag to change the … in main()
219 if (PetscAbsReal(t - (PetscReal)5.0) < 0.01 && Ctx->change5) { in Postevent()