:orphan:
# TaoGetResidualNorm
Gets the current value of the norm of the residual (gradient) at this time. 
## Synopsis
```
#include "petsctao.h" 
PetscErrorCode TaoGetResidualNorm(Tao tao, PetscReal *value)
```
Not Collective


## Input Parameter

- ***tao -*** the `Tao` context



## Output Parameter

- ***value -*** the current value





## Developer Note
This is the 2-norm of the residual, we cannot use `TaoGetGradientNorm()` because that has
a different meaning. For some reason `Tao` sometimes calls the gradient the residual.


## See Also
 [](ch_tao), `Tao`, `TaoGetLinearSolveIterations()`, `TaoGetIterationNumber()`, `TaoGetObjective()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/tao/interface/taosolver.c.html#TaoGetResidualNorm">src/tao/interface/taosolver.c</A>


---
[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)  
