:orphan: # PetscPartitionerShellGetRandom get the flag to use a random partition ## Synopsis ``` #include "petscpartitioner.h" PetscErrorCode PetscPartitionerShellGetRandom(PetscPartitioner part, PetscBool *random) ``` Collective ## Input Parameter - ***part -*** The `PetscPartitioner` ## Output Parameter - ***random -*** The flag to use a random partition ## See Also `PetscPartitionerShellSetRandom()`, `PetscPartitionerCreate()` ## Level intermediate ## Location src/dm/partitioner/impls/shell/partshell.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/partitioner/impls/shell/partshell.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)