:orphan:
# PetscPartitionerViewFromOptions
View a `PetscPartitioner` object based on options in the options database 
## Synopsis
```
#include "petscpartitioner.h" 
PetscErrorCode PetscPartitionerViewFromOptions(PetscPartitioner A, PetscObject obj, const char name[])
```
Collective


## Input Parameters

- ***A -*** the `PetscPartitioner` object
- ***obj -*** Optional `PetscObject` that provides the options prefix
- ***name -*** command line option





## Note
See `PetscObjectViewFromOptions()` for the various forms of viewers that may be used


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

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/partitioner/interface/partitioner.c.html#PetscPartitionerViewFromOptions">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](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
