:orphan: # PetscConvEstMonitorDefault Monitors the convergence estimation loop ## Synopsis ``` #include "petscconvest.h" PetscErrorCode PetscConvEstMonitorDefault(PetscConvEst ce, PetscInt r) ``` Collective ## Input Parameters - ***ce -*** The `PetscConvEst` object - ***r -*** The refinement level ## Options database keys - ***-convest_monitor -*** Activate the monitor ## See Also `PetscConvEst`, `PetscConvEstCreate()`, `PetscConvEstGetConvRate()`, `SNESSolve()`, `TSSolve()` ## Level intermediate ## Location src/snes/utils/convest.c --- [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)