:orphan: # PetscSectionSymView Displays a section symmetry ## Synopsis ``` #include "petscsection.h" PetscErrorCode PetscSectionSymView(PetscSectionSym sym, PetscViewer viewer) ``` Collective ## Input Parameters - ***sym -*** the index set - ***viewer -*** viewer used to display the set, for example `PETSC_VIEWER_STDOUT_SELF`. ## See Also `PetscSectionSym`, `PetscViewer`, `PetscViewerASCIIOpen()` ## Level developer ## Location src/vec/is/section/interface/section.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)