petsc-3.9.4 2018-09-11
Report Typos and Errors

DMSetISColoringType

Sets the type of coloring, global or local, that is created by the DM

Synopsis

#include "petscdm.h"          
#include "petscdmlabel.h"     
#include "petscds.h"     
PetscErrorCode  DMSetISColoringType(DM dm,ISColoringType ctype)
Logically Collective on DM

Input Parameters

dm - the DM context
ctype - the matrix type

Options Database

-dm_is_coloring_type -global or local

See Also

DMDACreate1d(), DMDACreate2d(), DMDACreate3d(), DMCreateMatrix(), DMSetMatrixPreallocateOnly(), MatType, DMGetMatType(),
DMGetISColoringType()

Level

intermediate

Location

src/dm/interface/dm.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages