Home
last modified time | relevance | path

Searched defs:hmax (Results 1 – 2 of 2) 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
960 PetscReal t = ts->ptime + ts->time_step, tend, tmax, h1, hmax; in TSAdaptChoose() local
/petsc/src/dm/impls/plex/tests/
H A Dex19.c10 PetscReal hmax, hmin; /* Max and min sizes prescribed by the metric */ member