Searched refs:hnew (Results 1 – 2 of 2) sorted by relevance
75 PetscReal hnew, hfac = PETSC_INFINITY; in TSAdaptChoose_DSP() local164 hnew = h * PetscClipInterval(hfac, adapt->clip[0], adapt->clip[1]); in TSAdaptChoose_DSP()165 *next_h = PetscClipInterval(hnew, adapt->dt_min, adapt->dt_max); in TSAdaptChoose_DSP()
1051 $$ (hnew)1063 {eq}`hnew`; otherwise, the step is rejected and retaken1064 with the step length computed in {eq}`hnew`.