Lines Matching refs:time_step
1238 h = ts->time_step; in TSEvaluateStep_ARKIMEX()
1344 PetscReal next_time_step = ts->time_step; in TSStep_ARKIMEX()
1405 PetscCall(TSSetMaxTime(ts_start, ts->ptime + ts->time_step)); in TSStep_ARKIMEX()
1407 PetscCall(TSSetTimeStep(ts_start, ts->time_step)); in TSStep_ARKIMEX()
1415 PetscCall(TSGetTimeStep(ts_start, &ts->time_step)); in TSStep_ARKIMEX()
1435 PetscReal h = ts->time_step; in TSStep_ARKIMEX()
1515 PetscCall(TSAdaptChoose(adapt, ts, ts->time_step, NULL, &next_time_step, &accept)); in TSStep_ARKIMEX()
1519 ts->time_step = next_time_step; in TSStep_ARKIMEX()
1523 ts->ptime += ts->time_step; in TSStep_ARKIMEX()
1524 ts->time_step = next_time_step; in TSStep_ARKIMEX()
1571 …PetscReal adjoint_time_step = -ts->time_step; /* always positive since ts->time_step is neg… in TSAdjointStep_ARKIMEX()
1684 h = ts->time_step; in TSInterpolate_ARKIMEX()
1722 h = ts->time_step; in TSExtrapolate_ARKIMEX()
1899 PetscReal shift = ark->scoeff / ts->time_step; in SNESTSFormFunction_ARKIMEX()
1945 shift = ark->scoeff / ts->time_step; in SNESTSFormJacobian_ARKIMEX()