petsc-3.7.1 2016-05-15
Report Typos and Errors

PetscObjectSetPrintedOptions

indicate to an object that it should behave as if it has already printed the help for its options

Synopsis

#include "petscsys.h"   
PetscErrorCode  PetscObjectSetPrintedOptions(PetscObject obj)

Input Parameters

obj -the PetscObject Many br

Many br

Developer Notes: This is used, for example to prevent sequential objects that are created from a parallel object; such as the KSP created by Many brPCBJACOBI from all printing the same help messages to the screen Many br

See Also

PetscOptionsInsert()

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