# PCMGGetAdaptCR
Get the flag to monitor coarse space quality using an auxiliary solve with compatible relaxation. 
## Synopsis
```
#include "petscksp.h" 
PetscErrorCode PCMGGetAdaptCR(PC pc, PetscBool *cr)
```
Not collective


## Input Parameter

- ***pc    -*** the multigrid context



## Output Parameter

- ***cr -*** flag for compatible relaxaion





## See Also
 `PCMGSetAdaptCR()`, `PCMGGetAdaptInterpolation()`, `PCMGSetGalerkin()`, `PCMGGetAdaptCoarseSpaceType()`, `PCMGSetAdaptCoarseSpaceType()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/pc/impls/mg/mg.c.html#PCMGGetAdaptCR">src/ksp/pc/impls/mg/mg.c</A>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/pc/impls/mg/mg.c.html#PCMGGetAdaptCR_MG">PCMGGetAdaptCR_MG in src/ksp/pc/impls/mg/mg.c</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/pc/impls/mg/mg.c)


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