:orphan: # TSAdjointMonitorCancel Clears all the adjoint monitors that have been set on a time-step object. ## Synopsis ``` #include "petscts.h" PetscErrorCode TSAdjointMonitorCancel(TS ts) ``` Logically Collective ## Input Parameter - ***ts -*** the `TS` context obtained from `TSCreate()` ## Notes There is no way to remove a single, specific monitor. ## See Also [](ch_ts), `TS`, `TSAdjointSolve()`, `TSAdjointMonitorSet()` ## Level intermediate ## Location src/ts/interface/sensitivity/tssen.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ts/interface/sensitivity/tssen.c) [Index of all Sensitivity routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)