DMLabelViewFromOptions#
View a DMLabel in a particular way based on a request in the options database
Synopsis#
#include "petscdmlabel.h"
#include "petscsection.h"
PetscErrorCode DMLabelViewFromOptions(DMLabel label, PeOp PetscObject obj, const char name[])
Collective
Input Parameters#
label - the
DMLabelobjectobj - optional object that provides the prefix for the options database (if
NULLthen the prefix inobjis used)name - option string that is used to activate viewing
Note#
See PetscObjectViewFromOptions() for a list of values that can be provided in the options database to determine how the DMLabel is viewed
See Also#
DM Basics, DMLabel, DMLabelView(), PetscObjectViewFromOptions(), DMLabelCreate()
Level#
intermediate
Location#
Index of all DMLabel routines
Table of Contents for all manual pages
Index of all manual pages