Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/glle/
H A Dglle.h74 PetscInt max_step_rejections; member
H A Dglle.c955 if (rejections > gl->max_step_rejections) break; in TSSolve_GLLE()
1131 …ximum number of times to attempt a step", "None", gl->max_step_rejections, &gl->max_step_rejection… in TSSetFromOptions_GLLE()
1433 gl->max_step_rejections = 1; in TSCreate_GLLE()