PetscViewerViewFromOptions#
View from the viewer based on the options database values
Synopsis#
#include "petscviewer.h"
PetscErrorCode PetscViewerViewFromOptions(PetscViewer A, PetscObject obj, const char name[])
Collective
Input Parameters#
A - the
PetscViewer
contextobj - Optional object that provides the prefix for the option names
name - command line option
See Also#
Viewers: Looking at PETSc Objects, PetscViewer
, PetscViewerView
, PetscObjectViewFromOptions()
, PetscViewerCreate()
Level#
intermediate
Location#
src/sys/classes/viewer/interface/view.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages