Lines Matching refs:t0
53 static PetscErrorCode TSSSPStep_RK_2(TS ts, PetscReal t0, PetscReal dt, Vec sol) in TSSSPStep_RK_2() argument
65 PetscReal stage_time = t0 + dt * (i / (s - 1.)); in TSSSPStep_RK_2()
70 PetscCall(TSComputeRHSFunction(ts, t0 + dt, work[0], F)); in TSSSPStep_RK_2()
85 static PetscErrorCode TSSSPStep_RK_3(TS ts, PetscReal t0, PetscReal dt, Vec sol) in TSSSPStep_RK_3() argument
102 stage_time = t0 + c * dt; in TSSSPStep_RK_3()
110 stage_time = t0 + c * dt; in TSSSPStep_RK_3()
117 stage_time = t0 + c * dt; in TSSSPStep_RK_3()
125 stage_time = t0 + c * dt; in TSSSPStep_RK_3()
144 static PetscErrorCode TSSSPStep_RK_10_4(TS ts, PetscReal t0, PetscReal dt, Vec sol) in TSSSPStep_RK_10_4() argument
156 stage_time = t0 + c[i] * dt; in TSSSPStep_RK_10_4()
164 stage_time = t0 + c[i] * dt; in TSSSPStep_RK_10_4()
169 stage_time = t0 + dt; in TSSSPStep_RK_10_4()