Home
last modified time | relevance | path

Searched refs:tnow (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ts/tutorials/multirate/
H A Dex7.c309 PetscReal dt, tnow; in FVRHSFunction() local
311 PetscCall(TSGetTime(ts, &tnow)); in FVRHSFunction()
312 …ctx->comm, "Stability constraint exceeded at t=%g, dt %g > %g\n", (double)tnow, (double)dt, (doubl… in FVRHSFunction()
H A Dex6.c344 PetscReal dt, tnow; in FVRHSFunction_2WaySplit() local
346 PetscCall(TSGetTime(ts, &tnow)); in FVRHSFunction_2WaySplit()
348 …ctx->comm, "Stability constraint exceeded at t=%g, dt %g > %g\n", (double)tnow, (double)dt, (doubl… in FVRHSFunction_2WaySplit()
H A Dfinitevolume1d.c609 PetscReal dt, tnow; in FVRHSFunction() local
611 PetscCall(TSGetTime(ts, &tnow)); in FVRHSFunction()
613 …ctx->comm, "Stability constraint exceeded at t=%g, dt %g > %g\n", (double)tnow, (double)dt, (doubl… in FVRHSFunction()
H A Dex4.c713 PetscReal dt, tnow; in FVRHSFunction_2WaySplit() local
715 PetscCall(TSGetTime(ts, &tnow)); in FVRHSFunction_2WaySplit()
717 …ctx->comm, "Stability constraint exceeded at t=%g, dt %g > %g\n", (double)tnow, (double)dt, (doubl… in FVRHSFunction_2WaySplit()
H A Dex8.c385 PetscReal dt, tnow; in FVRHSFunction_3WaySplit() local
387 PetscCall(TSGetTime(ts, &tnow)); in FVRHSFunction_3WaySplit()
388 …ctx->comm, "Stability constraint exceeded at t=%g, dt %g > %g\n", (double)tnow, (double)dt, (doubl… in FVRHSFunction_3WaySplit()
/petsc/src/ts/tutorials/
H A Dex9.c1251 PetscReal dt, tnow; in FVRHSFunction() local
1253 PetscCall(TSGetTime(ts, &tnow)); in FVRHSFunction()
1254 …ctx->comm, "Stability constraint exceeded at t=%g, dt %g > %g\n", (double)tnow, (double)dt, (doubl… in FVRHSFunction()