:orphan: # PetscObjectProcessOptionsHandlers Calls all the options handlers attached to an object ## Synopsis ``` #include "petscsys.h" PetscErrorCode PetscObjectProcessOptionsHandlers(PetscObject obj, PetscOptionItems *PetscOptionsObject) ``` Not Collective ## Input Parameters - ***obj -*** the PETSc object - ***PetscOptionsObject -*** the options context ## See Also `KSPSetFromOptions()`, `PCSetFromOptions()`, `SNESSetFromOptions()`, `PetscObjectAddOptionsHandler()`, `PetscObjectDestroyOptionsHandlers()`, `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)