petsc-3.3-p7 2013-05-11

MatCoarsenGetData

Sets the weights for vertices for a coarsen.

Synopsis

#include "petscmat.h" 
PetscErrorCode MatCoarsenGetData( MatCoarsen coarser, PetscCoarsenData **llist )
Logically Collective on Coarsen

Input Parameters

coarser - the coarsen context
mis - pointer into 'llist'
llist -linked list of aggregates

Notes

Keywords

Coarsen

See Also

MatCoarsenCreate(), MatCoarsenSetType()

Level:beginner
Location:
src/mat/coarsen/coarsen.c
Index of all MatOrderings routines
Table of Contents for all manual pages
Index of all manual pages