#include "petscpartitioner.h" PetscErrorCode PetscPartitionerSetType(PetscPartitioner part, PetscPartitionerType name)Collective on PetscPartitioner
part | - The PetscPartitioner object | |
name | - The kind of partitioner |
-petscpartitioner_type <type> | - Sets the PetscPartitioner type; use -help for a list of available types |
PETSCPARTITIONERCHACO - The Chaco partitioner (--download-chaco)
PETSCPARTITIONERPARMETIS - The ParMetis partitioner (--download-parmetis)
PETSCPARTITIONERSHELL - A shell partitioner implemented by the user
PETSCPARTITIONERSIMPLE - A simple partitioner that divides cells into equal, contiguous chunks
PETSCPARTITIONERGATHER - Gathers all cells onto process 0