TSAdaptSetCheckStage#

Set a callback to check convergence for a stage

Synopsis#

Logically Collective

Input Parameters#

  • adapt - adaptive controller context

  • func - stage check function

Calling Sequence of func#

PetscErrorCode func(TSAdapt adapt,TS ts,PetscBool *accept)
  • adapt - adaptive controller context

  • ts - time stepping context

  • accept - pending choice of whether to accept, can be modified by this routine

See Also#

TS: Scalable ODE and DAE Solvers, TSAdapt, TSGetAdapt(), TSAdaptChoose()

Level#

advanced

Location#

src/ts/adapt/interface/tsadapt.c


Edit on GitLab

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