Home
last modified time | relevance | path

Searched refs:cfl (Results 1 – 11 of 11) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex11.c1098 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 Dex9.c220 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 Dex7.c63 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 Dfinitevolume1d.h115 PetscReal cfl; member
H A Dex6.c349 …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 Dex5.c652 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 Dex4.c718 …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 Dex8.c1113 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 Dfinitevolume1d.c614 …TOFRANGE, "Stability constraint exceeded, %g > %g", (double)dt, (double)(ctx->cfl / ctx->cfl_idt)); in FVRHSFunction()
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas2389 (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 Dpetsc.bib5502 @Article{ bpr:cfl,