petsc-3.7.1 2016-05-15
PetscViewerBinaryGetSkipOptions
checks if viewer uses the PETSc options database when loading objects
Synopsis
#include "petscviewer.h"
PetscErrorCode PetscViewerBinaryGetSkipOptions(PetscViewer viewer,PetscBool *skip)
Not Collective Many br
Input Parameter
viewer -PetscViewer context, obtained from PetscViewerBinaryOpen() Many br
Output Parameter
skip -PETSC_TRUE means do not use Many br
Many br
Notes: This must be called after PetscViewerSetType() Many br
See Also
PetscViewerBinaryOpen(), PetscViewerBinaryGetDescriptor(), PetscViewerBinarySkipInfo(),
PetscViewerBinarySetSkipOptions() 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