Home
last modified time | relevance | path

Searched defs:hmin (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ts/adapt/interface/
H A Dtsadapt.c668 PetscErrorCode TSAdaptSetStepLimits(TSAdapt adapt, PetscReal hmin, PetscReal hmax) in TSAdaptSetStepLimits()
700 PetscErrorCode TSAdaptGetStepLimits(TSAdapt adapt, PetscReal *hmin, PetscReal *hmax) in TSAdaptGetStepLimits()
743 PetscReal safety, reject_safety, clip[2], scale, hmin, hmax; in TSAdaptSetFromOptions() local
/petsc/src/dm/impls/plex/tests/
H A Dex19.c10 PetscReal hmax, hmin; /* Max and min sizes prescribed by the metric */ member
/petsc/src/ts/adapt/impls/dsp/
H A Dadaptdsp.c76 PetscReal hmin = adapt->dt_min * (1 + PETSC_SQRT_MACHINE_EPSILON); in TSAdaptChoose_DSP() local
/petsc/src/ts/event/
H A Dtsevent.c312 PetscReal hmin; in TSSetEventHandler() local