ADDAGetColoring

Creates coloring for distributed array.

Synopsis

#include "petscda.h" 
PetscErrorCode PETSCDM_DLLEXPORT ADDAGetColoring(ADDA adda, ISColoringType ctype,ISColoring *coloring)
Collective on ADDA

Input Parameter

adda - the distributed array for which we create a global vector
ctype - IS_COLORING_GHOSTED or IS_COLORING_LOCAL

Output Parameter

coloring -the coloring

Keywords

distributed array, coloring

See Also

DMGetColoring()

Level:developer
Location:
src/dm/adda/adda.c
Index of all DA routines
Table of Contents for all manual pages
Index of all manual pages