Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/glle/
H A Dglleadapt.c325 PetscReal rat = cost[best.id] / cost[cur]; in TSGLLEAdaptChoose_Both() local
327 *next_h = PetscMax(h * rat * dec, PetscMin(h * rat * inc, best.h)); in TSGLLEAdaptChoose_Both()