PETSc version 3.17.5
Fix/Edit manual page

TSAdaptReset

Resets a TSAdapt context.

Synopsis

#include "petscts.h" 
PetscErrorCode  TSAdaptReset(TSAdapt adapt)
Collective on TS

Input Parameter

adapt - the TSAdapt context obtained from TSAdaptCreate()

See Also

TSAdaptCreate(), TSAdaptDestroy()

Level

developer

Location

src/ts/adapt/interface/tsadapt.c

Implementations

TSAdaptReset_GLEE in src/ts/adapt/impls/glee/adaptglee.c
TSAdaptReset_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