PETSc version 3.15.5
DMPlexSetPartitioner
Set the mesh partitioner 
Synopsis
#include "petscdmplex.h"   
PetscErrorCode DMPlexSetPartitioner(DM dm, PetscPartitioner part)
logically collective on DM
Input Parameters
|  | dm | - The DM | 
|  | part | - The partitioner | 
Note: Any existing PetscPartitioner will be destroyed.
See Also
DMPlexDistribute(), DMPlexGetPartitioner(), PetscPartitionerCreate()
Level
developer
Location
src/dm/impls/plex/plexpartition.c
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages