petsc-3.7.1 2016-05-15
Report Typos and Errors

MatPartitioningChacoSetGlobal

Set global method for Chaco partitioner.

Synopsis

#include "petscmat.h" 
PetscErrorCode MatPartitioningChacoSetGlobal(MatPartitioning part,MPChacoGlobalType method)
Collective on MatPartitioning Many br

Input Parameters

part - the partitioning context Many br
method - one of MP_CHACO_MULTILEVEL, MP_CHACO_SPECTRAL, MP_CHACO_LINEAR, Many brMP_CHACO_RANDOM or MP_CHACO_SCATTERED Many br

Options Database

-mat_partitioning_chaco_global <method> -the global method Many br

Many br

Notes

The default is the multi-level method. See Chaco documentation for Many bradditional details. Many br

See Also

MatPartitioningChacoSetLocal(),MatPartitioningChacoGetGlobal()

Level:advanced
Location:
src/mat/partition/impls/chaco/chaco.c
Index of all MatOrderings routines
Table of Contents for all manual pages
Index of all manual pages