MatPartitioningSetAdjacency#
Sets the adjacency graph (matrix) of the thing to be partitioned.
Synopsis#
#include "petscmat.h"
PetscErrorCode MatPartitioningSetAdjacency(MatPartitioning part, Mat adj)
Collective
Input Parameters#
See Also#
Matrices, Mat
, MatPartitioning
, MatPartitioningType
, MatPartitioningCreate()
Level#
beginner
Location#
Examples#
src/mat/tutorials/ex15.c
src/mat/tutorials/ex17.c
src/ksp/ksp/tutorials/ex64.c
src/mat/tutorials/ex11.c
Index of all MatOrderings routines
Table of Contents for all manual pages
Index of all manual pages