Searched refs:dt_eval_times_cached (Results 1 – 3 of 3) sorted by relevance
979 …if (h <= *next_h && *next_h <= adapt->dt_eval_times_cached) *next_h = adapt->dt_eval_times_cached;… in TSAdaptChoose()997 …if (ts->eval_times && h1 != *next_h && !adapt->dt_eval_times_cached) adapt->dt_eval_times_cached =… in TSAdaptChoose()998 …if (ts->eval_times && h1 == *next_h && adapt->dt_eval_times_cached) adapt->dt_eval_times_cached = … in TSAdaptChoose()
636 if (cut_made) ts->adapt->dt_eval_times_cached = dt; in TSEvent_dt_cap()637 else ts->adapt->dt_eval_times_cached = 0; in TSEvent_dt_cap()
375 PetscReal dt_eval_times_cached; /* time step before hitting a TS evaluation time point */ member