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 name[])
Collective
Input Parameters#
obj - the
ISColoringobjectbobj - prefix to use for viewing, or
NULLto use prefix ofmatname - option to activate viewing
Options Database Key#
-name [viewertype][:…] - option name and values. See
PetscObjectViewFromOptions()for the possible arguments
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