:orphan:
# MatMPIAdjToSeq
Converts an parallel `MATMPIADJ` matrix to complete `MATMPIADJ` on each process (needed by sequential partitioner)
## Synopsis
```
#include "petscmat.h"
PetscErrorCode MatMPIAdjToSeq(Mat A, Mat *B)
```
Logically Collective
## Input Parameter
- ***A -*** the matrix
## Output Parameter
- ***B -*** the same matrix on all processes
## See Also
[](ch_matrices), `Mat`, `MATMPIADJ`, `MatCreate()`, `MatCreateMPIAdj()`, `MatSetValues()`, `MatMPIAdjToSeqRankZero()`
## Level
intermediate
## Location
src/mat/impls/adj/mpi/mpiadj.c
## Implementations
MatMPIAdjToSeq_MPIAdj in src/mat/impls/adj/mpi/mpiadj.c
---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/mat/impls/adj/mpi/mpiadj.c)
[Index of all Mat routines](index.md)
[Table of Contents for all manual pages](/manualpages/index.md)
[Index of all manual pages](/manualpages/singleindex.md)