| /petsc/src/ts/tutorials/ |
| H A D | ex11.c | 1098 PetscReal cfl; member 1227 PetscReal dt = tctx->cfl * minRadius / mod->maxspeed; in Transfer() 1245 PetscReal ftime, cfl, dt, minRadius; in main() local 1277 cfl = 0.9 * 4; /* default SSPRKS2 with s=5 stages is stable for CFL number s-1 */ in main() 1278 PetscCall(PetscOptionsReal("-ufv_cfl", "CFL number per step", "", cfl, &cfl, NULL)); in main() 1482 tctx.cfl = cfl; in main() 1528 dt = cfl * minRadius / mod->maxspeed; in main()
|
| H A D | ex9.c | 220 PetscReal cfl; member 1435 ctx.cfl = 0.9; in main() 1448 PetscCall(PetscOptionsReal("-cfl", "CFL number to time step at", "", ctx.cfl, &ctx.cfl, NULL)); in main() 1502 PetscCall(TSSetTimeStep(ts, ctx.cfl / ctx.cfl_idt)); in main()
|
| /petsc/src/ts/tutorials/multirate/ |
| H A D | ex7.c | 63 PetscReal cfl; member 680 ctx.cfl = 0.9; in main() 692 PetscCall(PetscOptionsReal("-cfl", "CFL number to time step at", "", ctx.cfl, &ctx.cfl, NULL)); in main() 761 PetscCall(TSSetTimeStep(ts, ctx.cfl / ctx.cfl_idt)); in main()
|
| H A D | finitevolume1d.h | 115 PetscReal cfl; member
|
| H A D | ex6.c | 349 …OWN_TYPE, "Stability constraint exceeded, %g > %g", (double)dt, (double)(ctx->cfl / ctx->cfl_idt)); in FVRHSFunction_2WaySplit() 771 ctx.cfl = 0.9; in main() 784 PetscCall(PetscOptionsReal("-cfl", "CFL number to time step at", "", ctx.cfl, &ctx.cfl, NULL)); in main() 873 PetscCall(TSSetTimeStep(ts, ctx.cfl / ctx.cfl_idt)); in main()
|
| H A D | ex5.c | 652 ctx.cfl = 0.9; in main() 664 PetscCall(PetscOptionsReal("-cfl", "CFL number to time step at", "", ctx.cfl, &ctx.cfl, NULL)); in main() 755 PetscCall(TSSetTimeStep(ts, ctx.cfl / ctx.cfl_idt)); in main()
|
| H A D | ex4.c | 718 …ERR_PLIB, "Stability constraint exceeded, %g > %g", (double)dt, (double)(ctx->cfl / ctx->cfl_idt)); in FVRHSFunction_2WaySplit() 1213 ctx.cfl = 0.9; in main() 1231 PetscCall(PetscOptionsReal("-cfl", "CFL number to time step at", "", ctx.cfl, &ctx.cfl, NULL)); in main() 1316 PetscCall(TSSetTimeStep(ts, ctx.cfl / ctx.cfl_idt)); in main()
|
| H A D | ex8.c | 1113 ctx.cfl = 0.9; in main() 1126 PetscCall(PetscOptionsReal("-cfl", "CFL number to time step at", "", ctx.cfl, &ctx.cfl, NULL)); in main() 1235 PetscCall(TSSetTimeStep(ts, ctx.cfl / ctx.cfl_idt)); in main()
|
| H A D | finitevolume1d.c | 614 …TOFRANGE, "Stability constraint exceeded, %g > %g", (double)dt, (double)(ctx->cfl / ctx->cfl_idt)); in FVRHSFunction()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 2389 (dpm/pdf-tran-cfl-num 0.5) 2718 (mg/cfl-factor 0.9) 2727 (fmg-init/cfl 0.75) 2737 (amg-c/cfl-reduction-factor 0.1) 3306 (prepdf/ufla-cfl 1) 5883 (time/adaptive/desired-cfl 1.) 5885 (time/adaptive/cfl-type 2) 5994 (nita/hybrid/event/cfl-max 25.) 5995 (nita/hybrid/event/cfl-type 0) 6248 (pmn/cfl-jump 5.) [all …]
|
| /petsc/doc/ |
| H A D | petsc.bib | 5502 @Article{ bpr:cfl,
|