PetscViewerBinarySetSkipInfo#
Binary file will not have .info file created with it
Synopsis#
#include "petscviewer.h"
PetscErrorCode PetscViewerBinarySetSkipInfo(PetscViewer viewer, PetscBool skip)
Not Collective
Input Parameters#
viewer - PetscViewer context, obtained from PetscViewerCreate()
skip - PETSC_TRUE implies the .info file will not be generated
Options Database Key#
-viewer_binary_skip_info - true indicates do not generate .info file
See Also#
Viewers: Looking at PETSc Objects, PETSCVIEWERBINARY
, PetscViewerBinaryOpen()
, PetscViewerBinaryGetDescriptor()
, PetscViewerBinarySetSkipOptions()
,
PetscViewerBinaryGetSkipOptions()
, PetscViewerBinaryGetSkipInfo()
Level#
advanced
Location#
Implementations#
PetscViewerBinarySetSkipInfo_Binary in 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