:orphan:
# PetscConvEstView
Views a `PetscConvEst` object 
## Synopsis
```
#include "petscconvest.h" 
PetscErrorCode PetscConvEstView(PetscConvEst ce, PetscViewer viewer)
```
Collective


## Input Parameters

- ***ce     -*** The `PetscConvEst` object
- ***viewer -*** The `PetscViewer` object





## See Also
 `PetscConvEst`, `PetscViewer`, `PetscConvEstCreate()`, `PetscConvEstGetConvRate()`

## Level
beginner

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/snes/utils/convest.c.html#PetscConvEstView">src/snes/utils/convest.c</A>


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


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