Home
last modified time | relevance | path

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

/petsc/src/ts/adapt/impls/dsp/
H A Dadaptdsp.c75 PetscReal hnew, hfac = PETSC_INFINITY; in TSAdaptChoose_DSP() local
161 hfac = rho0; in TSAdaptChoose_DSP()
164 hnew = h * PetscClipInterval(hfac, adapt->clip[0], adapt->clip[1]); in TSAdaptChoose_DSP()