:orphan: # PetscObjectSetPrintedOptions indicate to an object that it should behave as if it has already printed the help for its options so it will not display the help message ## Synopsis ``` #include "petscsys.h" PetscErrorCode PetscObjectSetPrintedOptions(PetscObject obj) ``` ## Input Parameter - ***obj -*** the `PetscObject` ## Developer Note This is used, for example to prevent sequential objects that are created from a parallel object; such as the `KSP` created by `PCBJACOBI` from all printing the same help messages to the screen ## See Also `PetscOptionsInsert()`, `PetscObject` ## Level developer ## Location src/sys/objects/inherit.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/objects/inherit.c) [Index of all Sys routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)