TSGLLEAdaptSetFromOptions#

Sets options from the options database for a TSGLLEAdapt context

Synopsis#

#include "petscts.h" 
PetscErrorCode TSGLLEAdaptSetFromOptions(TSGLLEAdapt adapt, PetscOptionItems PetscOptionsObject)

Collective

Input Parameters#

Options Database Key#

  • -ts_adapt_type (none|size|both) - algorithm to use for adaptivity

Note#

This function is currently intended for internal use from inside TSSetFromOptions_GLLE().

See Also#

TS: Scalable ODE and DAE Solvers, TSGLLE, TSGLLEAdapt, TSGLLEAdaptSetType()

Level#

advanced

Location#

src/ts/impls/implicit/glle/glleadapt.c


Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages