ISColoringGetIS

Extracts index sets from the coloring context

Synopsis

#include "sys.h" 
#include "is.h"  
int ISColoringGetIS(ISColoring iscoloring,int *n,IS *is[])
Collective on ISColoring

Input Parameter

iscoloring -the coloring context

Output Parameters

n - number of index sets in the coloring context
is - array of index sets

See Also

ISColoringView()

Examples

src/snes/examples/tutorials/ex8.c

Level:advanced
Location:src/vec/is/utils/iscoloring.c
Index Set
Table of Contents