Home
last modified time | relevance | path

Searched refs:check_step_alive (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
40 …tep on which to check that the simulation is alive", NULL, check_step_alive, &check_step_alive, NU… in main()
123 if (step == check_step_alive || step == check_step_dead) { in main()
128 } else if (step == check_step_alive) { in main()