Lines Matching refs:ptime
563 h = ts->ptime - ts->ptime_prev; in TSEvaluateStep_RK()
610 …PetscCall(TSComputeRHSFunction(quadts, rk->ptime + rk->time_step * c[i], Y[i], ts->vec_costintegra… in TSForwardCostIntegral_RK()
629 …PetscCall(TSComputeRHSFunction(quadts, ts->ptime + ts->time_step * (1.0 - c[i]), Y[i], ts->vec_cos… in TSAdjointCostIntegral_RK()
654 h = ts->ptime - ts->ptime_prev; in TSRollBack_RK()
664 PetscCall(TSComputeRHSFunction(quadts, rk->ptime + h * c[j], Y[j], ts->vec_costintegrand)); in TSRollBack_RK()
688 stage_time = ts->ptime + h * c[i]; in TSForwardStep_RK()
797 PetscReal t = ts->ptime; in TSStep_RK()
828 rk->ptime = ts->ptime; in TSStep_RK()
832 ts->ptime += ts->time_step; in TSStep_RK()
884 PetscReal t = ts->ptime; in TSAdjointStep_RK()
1062 t = (itime - ts->ptime) / h; in TSInterpolate_RK()
1065 h = ts->ptime - ts->ptime_prev; in TSInterpolate_RK()
1066 t = (itime - ts->ptime) / h + 1; /* In the interval [0,1] */ in TSInterpolate_RK()