Searched refs:last_t (Results 1 – 1 of 1) sorted by relevance
441 static PetscReal last_t = -100000, period = .5; in PostStep() local442 if (last_t == -100000) last_t = -period + t; in PostStep()443 if (t >= last_t + period) { in PostStep()444 last_t = t; in PostStep()