Lines Matching refs:time_step
560 h = ts->time_step; in TSEvaluateStep_RK()
610 …PetscCall(TSComputeRHSFunction(quadts, rk->ptime + rk->time_step * c[i], Y[i], ts->vec_costintegra… in TSForwardCostIntegral_RK()
611 PetscCall(VecAXPY(quadts->vec_sol, rk->time_step * b[i], ts->vec_costintegrand)); in TSForwardCostIntegral_RK()
629 …PetscCall(TSComputeRHSFunction(quadts, ts->ptime + ts->time_step * (1.0 - c[i]), Y[i], ts->vec_cos… in TSAdjointCostIntegral_RK()
630 PetscCall(VecAXPY(quadts->vec_sol, -ts->time_step * b[i], ts->vec_costintegrand)); in TSAdjointCostIntegral_RK()
651 h = ts->time_step; in TSRollBack_RK()
680 PetscReal stage_time, h = ts->time_step; in TSForwardStep_RK()
788 PetscReal next_time_step = ts->time_step; in TSStep_RK()
798 PetscReal h = ts->time_step; in TSStep_RK()
819 PetscCall(TSAdaptChoose(adapt, ts, ts->time_step, NULL, &next_time_step, &accept)); in TSStep_RK()
823 ts->time_step = next_time_step; in TSStep_RK()
829 rk->time_step = ts->time_step; in TSStep_RK()
832 ts->ptime += ts->time_step; in TSStep_RK()
833 ts->time_step = next_time_step; in TSStep_RK()
885 PetscReal h = ts->time_step; in TSAdjointStep_RK()
1061 h = ts->time_step; in TSInterpolate_RK()