Home
last modified time | relevance | path

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

/petsc/src/ts/adapt/impls/cfl/
H A Dadaptcfl.c5 PetscReal hcfl, cfltimestep, ccfl; in TSAdaptChoose_CFL() local
10 PetscCall(TSGetCFLTime(ts, &cfltimestep)); in TSAdaptChoose_CFL()
18 if (h > cfltimestep * ccfl) { in TSAdaptChoose_CFL()
20 …r-provided CFL constraint %g, proceeding anyway\n", (double)h, (double)ccfl, (double)cfltimestep)); in TSAdaptChoose_CFL()
22 … user-provided CFL constraint %g, step REJECTED\n", (double)h, (double)ccfl, (double)cfltimestep)); in TSAdaptChoose_CFL()
28 hcfl = adapt->safety * cfltimestep * ccfl; in TSAdaptChoose_CFL()
30 …time step %g with method coefficient %g, proceeding anyway\n", (double)cfltimestep, (double)adapt-… in TSAdaptChoose_CFL()