petsc-3.6.2 2015-10-02
   
PetscPartitionerCreate
Creates an empty PetscPartitioner object. The type can then be set with PetscPartitionerSetType(). 
Synopsis
#include "petscdmplex.h"   
PetscErrorCode PetscPartitionerCreate(MPI_Comm comm, PetscPartitioner *part)
Collective on MPI_Comm
Input Parameter
comm  -The communicator for the PetscPartitioner object
Output Parameter
part  -The PetscPartitioner object
See Also
 PetscPartitionerSetType(), PETSCPARTITIONERCHACO, PETSCPARTITIONERPARMETIS, PETSCPARTITIONERSHELL, PETSCPARTITIONERSIMPLE
Level:beginner
Location:src/dm/impls/plex/plexpartition.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages