petsc-3.8.4 2018-03-24
Report Typos and Errors

PetscPartitionerGetType

Gets the PetscPartitioner type name (as a string) from the object.

Synopsis

#include "petscdmplex.h"   
PetscErrorCode PetscPartitionerGetType(PetscPartitioner part, PetscPartitionerType *name)
Not Collective

Input Parameter

part -The PetscPartitioner

Output Parameter

name -The PetscPartitioner type name

Keywords

PetscPartitioner, get, type, name

See Also

PetscPartitionerSetType(), PetscPartitionerCreate()

Level:intermediate
Location:
src/dm/impls/plex/plexpartition.c
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages