Searched refs:last_desired_h (Results 1 – 1 of 1) sorted by relevance
257 PetscReal dec = 0.2, inc = 5.0, safe = 0.9, optimal, last_desired_h; in TSGLLEAdaptChoose_Size() local264 last_desired_h = sz->desired_h; in TSGLLEAdaptChoose_Size()268 if (last_desired_h > 1e-14) *next_h = PetscSqrtReal(last_desired_h * sz->desired_h); in TSGLLEAdaptChoose_Size()318 PetscReal last_desired_h; in TSGLLEAdaptChoose_Both() local320 last_desired_h = both->desired_h; in TSGLLEAdaptChoose_Both()322 …*next_h = (both->count_at_order > 0) ? PetscSqrtReal(last_desired_h * both->desired_h) : b… in TSGLLEAdaptChoose_Both()