ISColoringViewFromOptions#
Processes command line options to determine if/how an ISColoring
object is to be viewed.
Synopsis#
#include "petscis.h"
PetscErrorCode ISColoringViewFromOptions(ISColoring obj, PetscObject bobj, const char optionname[])
Collective
Input Parameters#
obj - the
ISColoring
objectprefix - prefix to use for viewing, or
NULL
to use prefix ofmat
optionname - option to activate viewing
Developer Note#
This cannot use PetscObjectViewFromOptions()
because ISColoring
is not a PetscObject
See Also#
Level#
intermediate
Location#
src/vec/is/is/utils/iscoloring.c
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages