:orphan:
# PetscGlobalMinMaxReal
Get the global min/max from local min/max input 
## Synopsis
```
#include "petscsys.h"  
PetscErrorCode PetscGlobalMinMaxReal(MPI_Comm comm, const PetscReal minMaxVal[2], PetscReal minMaxValGlobal[2])
```
Collective


## Input Parameter

- ***minMaxVal -*** An array with the local min and max



## Output Parameter

- ***minMaxValGlobal -*** An array with the global min and max





## See Also
 `PetscSplitOwnership()`, `PetscGlobalMinMaxInt()`

## Level
beginner

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/sys/utils/mpiu.c.html#PetscGlobalMinMaxReal">src/sys/utils/mpiu.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/utils/mpiu.c)


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