Searched refs:tnow (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ts/tutorials/multirate/ |
| H A D | ex7.c | 309 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 D | ex6.c | 344 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 D | finitevolume1d.c | 609 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 D | ex4.c | 713 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 D | ex8.c | 385 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 D | ex9.c | 1251 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()
|