Home
last modified time | relevance | path

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

/petsc/src/dm/tutorials/
H A Dex2.c29 PetscInt check_step_alive = -1, check_step_dead = -1; in main() local
41 …"Step on which to check that the simulation is dead", NULL, check_step_dead, &check_step_dead, NUL… in main()
123 if (step == check_step_alive || step == check_step_dead) { in main()
127 …if (step == check_step_dead) PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Simulation alive at step %" … in main()