:orphan: # TaoCancelMonitors Clears all the monitor functions for a `Tao` object. ## Synopsis ``` #include "petsctao.h" PetscErrorCode TaoCancelMonitors(Tao tao) ``` Logically Collective ## Input Parameter - ***tao -*** the `Tao` solver context ## Options Database Key - ***-tao_cancelmonitors -*** cancels all monitors that have been hardwired into a code by calls to `TaoSetMonitor()`, but does not cancel those set via the options database ## Note There is no way to clear one specific monitor from a `Tao` object. ## See Also [](ch_tao), `Tao`, `TaoMonitorDefault()`, `TaoSetMonitor()` ## Level advanced ## Location src/tao/interface/taosolver.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/tao/interface/taosolver.c) [Index of all Tao routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)