# MatSTRUMPACKReordering
sparsity reducing ordering to be used in `STRUMPACK` 
## Synopsis
```
typedef enum {
  MAT_STRUMPACK_NATURAL  = 0,
  MAT_STRUMPACK_METIS    = 1,
  MAT_STRUMPACK_PARMETIS = 2,
  MAT_STRUMPACK_SCOTCH   = 3,
  MAT_STRUMPACK_PTSCOTCH = 4,
  MAT_STRUMPACK_RCM      = 5
} MatSTRUMPACKReordering;
```


## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/include/petscmat.h.html#MatSTRUMPACKReordering">include/petscmat.h</A>

## Examples
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/ksp/tutorials/ex52.c.html">src/ksp/ksp/tutorials/ex52.c.html</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/include/petscmat.h)


[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)  
