Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex30.c441 static PetscReal last_t = -100000, period = .5; in PostStep() local
442 if (last_t == -100000) last_t = -period + t; in PostStep()
443 if (t >= last_t + period) { in PostStep()
444 last_t = t; in PostStep()