Home
last modified time | relevance | path

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

/petsc/src/ts/adapt/impls/glee/
H A Dadaptglee.c12 PetscReal enorm, enorma, enormr, hfac_lte, hfac_ltea, hfac_lter, h_lte, safety; in TSAdaptChoose_GLEE() local
86 hfac_lter = safety * PetscPowReal(1. / enormr, ((PetscReal)1) / (order + 1)); in TSAdaptChoose_GLEE()
88 hfac_lte = PetscMin(hfac_ltea, hfac_lter); in TSAdaptChoose_GLEE()
100 hfac_lter = safety * PetscPowReal(enormr, ((PetscReal)-1) / order); in TSAdaptChoose_GLEE()
102 hfac_lte = PetscMin(hfac_ltea, hfac_lter); in TSAdaptChoose_GLEE()