Searched refs:hcfl (Results 1 – 1 of 1) sorted by relevance
5 PetscReal hcfl, cfltimestep, ccfl; in TSAdaptChoose_CFL() local28 hcfl = adapt->safety * cfltimestep * ccfl; in TSAdaptChoose_CFL()29 if (hcfl < adapt->dt_min) { in TSAdaptChoose_CFL()34 *next_h = PetscClipInterval(hcfl, adapt->dt_min, adapt->dt_max); in TSAdaptChoose_CFL()