MatPartitioningSetAdjacency

Sets the adjacency graph (matrix) of the thing to be partitioned.

Synopsis

#include "mat.h" 
int MatPartitioningSetAdjacency(MatPartitioning part,Mat adj)
Collective on MatPartitioning and Mat

Input Parameters

part - the partitioning context
adj - the adjacency matrix

Keywords

Partitioning, adjacency

See Also

MatPartitioningCreate()

Level:beginner
Location:src/mat/partition/partition.c
Matrix Index
Table of Contents