petsc-3.14.6 2021-03-30
MatCoarsenGetData
Gets the weights for vertices for a coarsen.
Synopsis
#include "petscmatcoarsen.h"
PetscErrorCode MatCoarsenGetData(MatCoarsen coarser, PetscCoarsenData **llist)
Logically Collective on Coarsen
Input Parameter
| coarser | - the coarsen context
|
Output Parameter
| llist | - linked list of aggregates
|
See Also
MatCoarsenCreate(), MatCoarsenSetType()
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