# KSPMonitorResidualRange
Prints the percentage of residual elements that are more then 10 percent of the maximum value. 
## Synopsis
```
#include "petscksp.h" 
PetscErrorCode KSPMonitorResidualRange(KSP ksp, PetscInt it, PetscReal rnorm, PetscViewerAndFormat *vf)
```
Collective


## Input Parameters

- ***ksp   -*** iterative context
- ***it    -*** iteration number
- ***rnorm -*** 2-norm (preconditioned) residual value (may be estimated).
- ***vf    -*** The viewer context



## Options Database Key

- ***-ksp_monitor_range -*** Activates `KSPMonitorResidualRange()`





## Note
This is not called directly by users, rather one calls `KSPMonitorSet()`, with this function as an argument, to cause the monitor
to be used during the `KSP` solve.

.seealso: [](chapter_ksp), `KSP`, `KSPMonitorSet()`, `KSPMonitorResidual()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/ksp/interface/iterativ.c.html#KSPMonitorResidualRange">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](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
