: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 src/ksp/ksp/interface/iterativ.c --- [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)