# MatMPIAIJSetUseScalableIncreaseOverlap
Determine if the matrix uses a scalable algorithm to compute the overlap 
## Synopsis
```
#include "petscmat.h" 
PetscErrorCode MatMPIAIJSetUseScalableIncreaseOverlap(Mat A, PetscBool sc)
```
Collective


## Input Parameters

- ***A -*** the matrix
- ***sc -*** `PETSC_TRUE` indicates use the scalable algorithm (default is not to use the scalable algorithm)





## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/mat/impls/aij/mpi/mpiaij.c.html#MatMPIAIJSetUseScalableIncreaseOverlap">src/mat/impls/aij/mpi/mpiaij.c</A>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/mat/impls/aij/mpi/mpiaij.c.html#MatMPIAIJSetUseScalableIncreaseOverlap_MPIAIJ">MatMPIAIJSetUseScalableIncreaseOverlap_MPIAIJ in src/mat/impls/aij/mpi/mpiaij.c</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/mat/impls/aij/mpi/mpiaij.c)


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