:orphan:
# MatPartitioningChacoGetLocal
Get local method used by the Chaco partitioner.
## Synopsis
```
#include "petscmat.h"
PetscErrorCode MatPartitioningChacoGetLocal(MatPartitioning part, MPChacoLocalType *method)
```
Not Collective
## Input Parameter
- ***part -*** the partitioning context
## Output Parameter
- ***method -*** the method
## See Also
`MatPartitioningType`, `MATPARTITIONINGCHACO`, `MatPartitioningChacoSetLocal()`
## Level
advanced
## Location
src/mat/partition/impls/chaco/chaco.c
## Implementations
MatPartitioningChacoGetLocal_Chaco in src/mat/partition/impls/chaco/chaco.c
---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/mat/partition/impls/chaco/chaco.c)
[Index of all MatOrderings routines](index.md)
[Table of Contents for all manual pages](/manualpages/index.md)
[Index of all manual pages](/manualpages/singleindex.md)