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

MatPartitioningChacoSetLocal

Set local method for Chaco partitioner.

Synopsis

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

Input Parameters

part - the partitioning context Many br
method - one of MP_CHACO_KERNIGHAN or MP_CHACO_NONE Many br

Options Database

-mat_partitioning_chaco_local <method> -the local method Many br

Many br

Notes

The default is to apply the Kernighan-Lin heuristic. See Chaco documentation Many brfor additional details. Many br

See Also

MatPartitioningChacoSetGlobal(),MatPartitioningChacoGetLocal()

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