petsc-3.13.6 2020-09-29
Report Typos and Errors

PetscPartitionerSetType

Builds a particular PetscPartitioner

Synopsis

#include "petscdmplex.h"   
PetscErrorCode PetscPartitionerSetType(PetscPartitioner part, PetscPartitionerType name)
Collective on PetscPartitioner

Input Parameters

part - The PetscPartitioner object
name - The kind of partitioner

Options Database Key

-petscpartitioner_type <type> -Sets the PetscPartitioner type; use -help for a list of available types

See Also

PetscPartitionerGetType(), PetscPartitionerCreate()

Level

intermediate

Location

src/dm/impls/plex/plexpartition.c

Examples

src/dm/field/tutorials/ex1.c.html
src/snes/tutorials/ex62.c.html
src/snes/tutorials/ex77.c.html

Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages