petsc-3.7.1 2016-05-15
Report Typos and Errors

PetscViewerBinarySetSkipOptions

do not use the PETSc options database when loading objects

Synopsis

#include "petscviewer.h"   
PetscErrorCode PetscViewerBinarySetSkipOptions(PetscViewer viewer,PetscBool skip)
Not Collective Many br

Input Parameters

viewer - PetscViewer context, obtained from PetscViewerBinaryOpen() Many br
skip - PETSC_TRUE means do not use Many br

Options Database Key

-viewer_binary_skip_options - Many br Many br

Notes: This must be called after PetscViewerSetType() Many br

See Also

PetscViewerBinaryOpen(), PetscViewerBinaryGetDescriptor(), PetscViewerBinarySkipInfo(),
PetscViewerBinaryGetSkipOptions() Many br

Level:advanced
Location:
src/sys/classes/viewer/impls/binary/binv.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages