TSAdaptDestroy#
Destroys a TSAdapt context
Synopsis#
#include "petscts.h"
PetscErrorCode TSAdaptDestroy(TSAdapt *adapt)
Collective
Input Parameter#
adapt - the
TSAdaptcontext obtained fromTSGetAdapt()orTSAdaptCreate()
See Also#
TS: Scalable ODE and DAE Solvers, Error control via variable time-stepping, TSAdapt, TSAdaptCreate(), TSGetAdapt()
Level#
intermediate
Location#
Implementations#
TSAdaptDestroy_DSP() in src/ts/adapt/impls/dsp/adaptdsp.c
TSAdaptDestroy_GLEE() in src/ts/adapt/impls/glee/adaptglee.c
TSAdaptDestroy_History() in src/ts/adapt/impls/history/adapthist.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages