:orphan:
# KSPMonitorDynamicToleranceDestroy
Destroy the monitor context used in `KSPMonitorDynamicTolerance()` 
## Synopsis
```
#include "petscksp.h" 
PetscErrorCode KSPMonitorDynamicToleranceDestroy(void **ctx)
```

## Input Parameter

- ***ctx -*** the monitor context





## Note
This is not called directly but is passed to `KSPMonitorSet()` along with `KSPMonitorDynamicTolerance()`


## See Also
 `KSP`, `KSPMonitorDynamicTolerance()`, `KSPMonitorSet()`, `KSPMonitorDynamicToleranceCreate()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/ksp/interface/iterativ.c.html#KSPMonitorDynamicToleranceDestroy">src/ksp/ksp/interface/iterativ.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/ksp/interface/iterativ.c)


[Index of all KSP routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
