:orphan: # PetscViewerBinarySetSkipOptions do not use values in the PETSc options database when loading objects ## Synopsis ``` #include "petscviewer.h" PetscErrorCode PetscViewerBinarySetSkipOptions(PetscViewer viewer, PetscBool skip) ``` Not Collective ## Input Parameters - ***viewer -*** `PetscViewer` context, obtained from `PetscViewerBinaryOpen()` - ***skip -*** `PETSC_TRUE` means do not use the options from the options database ## Options Database Key - ***-viewer_binary_skip_options -*** true means do not use the options from the options database ## Note This must be called after `PetscViewerSetType()` ## See Also [](sec_viewers), `PETSCVIEWERBINARY`, `PetscViewerBinaryOpen()`, `PetscViewerBinaryGetDescriptor()`, `PetscViewerBinarySkipInfo()`, `PetscViewerBinaryGetSkipOptions()` ## Level advanced ## Location src/sys/classes/viewer/impls/binary/binv.c ## Implementations PetscViewerBinarySetSkipOptions_Binary in src/sys/classes/viewer/impls/binary/binv.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/classes/viewer/impls/binary/binv.c) [Index of all Viewer routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)