:orphan:
# DMPlexReorderGetDefault
Get flag indicating whether the DM should be reordered by default 
## Synopsis
```
#include "petscdmplex.h"   
#include "petscmat.h"      
PetscErrorCode DMPlexReorderGetDefault(DM dm, DMPlexReorderDefaultFlag *reorder)
```
Not Collective


## Input Parameter

- ***dm      -*** The `DM`



## Output Parameter

- ***reorder -*** Flag for reordering





## See Also
 `DMPlexReorderSetDefault()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/impls/plex/plexreorder.c.html#DMPlexReorderGetDefault">src/dm/impls/plex/plexreorder.c</A>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/impls/plex/plexreorder.c.html#DMPlexReorderGetDefault_Plex">DMPlexReorderGetDefault_Plex in src/dm/impls/plex/plexreorder.c</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/plex/plexreorder.c)


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