Lines Matching refs:time_step
34 PetscReal h = ts->time_step; in TSInterpolate_RK_MultirateNonsplit()
64 PetscReal t = ts->ptime, h = ts->time_step; in TSStepRefine_RK_MultirateNonsplit()
97 ts->time_step = h / rk->dtratio; in TSStepRefine_RK_MultirateNonsplit()
108 ts->time_step = h; in TSStepRefine_RK_MultirateNonsplit()
130 PetscReal next_time_step = ts->time_step, t = ts->ptime, h = ts->time_step; in TSStep_RK_MultirateNonsplit()
160 rk->time_step = h; in TSStep_RK_MultirateNonsplit()
163 ts->ptime = t + ts->time_step; in TSStep_RK_MultirateNonsplit()
164 ts->time_step = next_time_step; in TSStep_RK_MultirateNonsplit()
248 h = ts->time_step; in TSInterpolate_RK_MultirateSplit()
286 PetscReal h = ts->time_step; in TSEvaluateStep_RK_MultirateSplit()
318 PetscReal t = ts->ptime, h = ts->time_step; in TSStepRefine_RK_MultirateSplit()
353 subts_fast->time_step = h / rk->dtratio; in TSStepRefine_RK_MultirateSplit()
375 PetscReal next_time_step = ts->time_step, t = ts->ptime, h = ts->time_step; in TSStep_RK_MultirateSplit()
411 ts->ptime = t + ts->time_step; in TSStep_RK_MultirateSplit()
412 ts->time_step = next_time_step; in TSStep_RK_MultirateSplit()