petsc-3.5.4 2015-05-23
Report Typos and Errors

PetscObjectViewFromOptions

Processes command line options to determine if/how a PetscObject is to be viewed.

Synopsis

#include "petscsys.h"   
PetscErrorCode PetscObjectViewFromOptions(PetscObject obj,const char prefix[],const char optionname[])
Collective on PetscObject

Input Parameters

obj - the object
prefix - prefix to use for viewing, or NULL to use the prefix of obj
optionname - option to activate viewing

Level:intermediate
Location:
src/sys/objects/options.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages