# PetscPartitionerSetUp
Construct data structures for the PetscPartitioner 
## Synopsis
```
#include "petscpartitioner.h" 
PetscErrorCode PetscPartitionerSetUp(PetscPartitioner part)
```
Collective on PetscPartitioner


## Input Parameter

- ***part -*** the PetscPartitioner object to setup





## See Also
 `PetscPartitionerView()`, `PetscPartitionerDestroy()`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/partitioner/interface/partitioner.c.html#PetscPartitionerSetUp">src/dm/partitioner/interface/partitioner.c</A>


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


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