Home
last modified time | relevance | path

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

/petsc/src/ts/adapt/impls/dsp/
H A Dadaptdsp.c75 PetscReal hnew, hfac = PETSC_INFINITY; in TSAdaptChoose_DSP() local
164 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()
/petsc/doc/manual/
H A Dts.md1051 $$ (hnew)
1063 {eq}`hnew`; otherwise, the step is rejected and retaken
1064 with the step length computed in {eq}`hnew`.