Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/glle/
H A Dglleadapt.c291 PetscInt count_at_order; member
317 if (best.eff < 1.2 * current.eff || both->count_at_order < orders[cur] + 2) { in TSGLLEAdaptChoose_Both()
322 …*next_h = (both->count_at_order > 0) ? PetscSqrtReal(last_desired_h * both->desired_h) : b… in TSGLLEAdaptChoose_Both()
323 both->count_at_order++; in TSGLLEAdaptChoose_Both()
328 both->count_at_order = 0; in TSGLLEAdaptChoose_Both()