PartitioningGetType
Gets the Partitioning method type and name (as a string) from the partitioning context.
Synopsis
int PartitioningGetType(Partitioning partitioning,PartitioningType *meth,char **name)
Input Parameter
Partitioning -the partitioning context
Output Parameter
meth -partitioner type (or use PETSC_NULL)
name -name of partitioner (or use PETSC_NULL)
Not
Collective
Keywords
Partitioning, get, method, name, type
Location: src/mat/impls/partition/partition.c
Matrix Index
Table of Contents