:orphan: # PetscSectionViewFromOptions View the `PetscSection` based on values in the options database ## Synopsis ``` #include "petscsection.h" PetscErrorCode PetscSectionViewFromOptions(PetscSection A, PetscObject obj, const char name[]) ``` Collective ## Input Parameters - ***A -*** the `PetscSection` object to view - ***obj -*** Optional object that provides the options prefix used for the options - ***name -*** command line option ## Note See `PetscObjectViewFromOptions()` for available values of `PetscViewer` and `PetscViewerFormat` ## See Also [PetscSection](sec_petscsection), `PetscSection`, `PetscSectionView`, `PetscObjectViewFromOptions()`, `PetscSectionCreate()`, `PetscSectionView()` ## Level intermediate ## Location src/vec/is/section/interface/section.c ## Examples src/dm/impls/plex/tutorials/ex6.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/vec/is/section/interface/section.c) [Index of all PetscSection routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)