#include "petscsys.h" PetscErrorCode PetscObjectInheritPrintedOptions(PetscObject pobj,PetscObject obj)
pobj | - the parent object Many br | |
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
This will not handle more complicated situations like with GASM where children may live on any subset of the parent's processes and overlap Many br
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