petsc-3.10.5 2019-03-28
MatCoarsenSetAdjacency
Sets the adjacency graph (matrix) of the thing to be coarsened.
Synopsis
#include "petscmatcoarsen.h"
PetscErrorCode MatCoarsenSetAdjacency(MatCoarsen agg, Mat adj)
Collective on MatCoarsen and Mat
Input Parameters
| agg | - the coarsen context
|
| adj | - the adjacency matrix
|
Keywords
Coarsen, adjacency
See Also
MatCoarsenCreate(), MatCoarsenApply()
Level
advanced
Location
src/mat/coarsen/coarsen.c
Index of all MatOrderings routines
Table of Contents for all manual pages
Index of all manual pages