# SNESLineSearchGetNorms
Gets the norms for for X, Y, and F. 
## Synopsis
```
#include "petscsnes.h" 
PetscErrorCode SNESLineSearchGetNorms(SNESLineSearch linesearch, PetscReal *xnorm, PetscReal *fnorm, PetscReal *ynorm)
```
Not Collective


## Input Parameter

- ***linesearch -*** linesearch context



## Output Parameters

- ***xnorm -*** The norm of the current solution
- ***fnorm -*** The norm of the current function
- ***ynorm -*** The norm of the current update





## See Also
 `SNESLineSearch`, `SNESLineSearchSetNorms()` `SNESLineSearchGetVecs()`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/snes/linesearch/interface/linesearch.c.html#SNESLineSearchGetNorms">src/snes/linesearch/interface/linesearch.c</A>


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


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