Lines Matching refs:time_step
44 PetscReal shift = ark->scoeff / ts->time_step; in SNESTSFormFunction_ARKIMEX_FastSlowSplit()
66 shift = ark->scoeff / ts->time_step; in SNESTSFormJacobian_ARKIMEX_FastSlowSplit()
87 h = ts->time_step; in TSExtrapolate_ARKIMEX_FastSlowSplit()
134 h = ts->time_step; in TSEvaluateStep_ARKIMEX_FastSlowSplit()
228 PetscReal next_time_step = ts->time_step; in TSStep_ARKIMEX_FastSlowSplit()
262 PetscCall(TSSetMaxTime(ts_start, ts->ptime + ts->time_step)); in TSStep_ARKIMEX_FastSlowSplit()
264 PetscCall(TSSetTimeStep(ts_start, ts->time_step)); in TSStep_ARKIMEX_FastSlowSplit()
272 PetscCall(TSGetTimeStep(ts_start, &ts->time_step)); in TSStep_ARKIMEX_FastSlowSplit()
291 PetscReal h = ts->time_step; in TSStep_ARKIMEX_FastSlowSplit()
384 PetscCall(TSAdaptChoose(adapt, ts, ts->time_step, NULL, &next_time_step, &accept)); in TSStep_ARKIMEX_FastSlowSplit()
388 ts->time_step = next_time_step; in TSStep_ARKIMEX_FastSlowSplit()
392 ts->ptime += ts->time_step; in TSStep_ARKIMEX_FastSlowSplit()
393 ts->time_step = next_time_step; in TSStep_ARKIMEX_FastSlowSplit()