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

PetscViewerBinarySkipInfo

Binary file will not have .info file created with it

Synopsis

#include "petscviewer.h"   
PetscErrorCode PetscViewerBinarySkipInfo(PetscViewer viewer)
Not Collective Many br

Input Paramter

viewer -PetscViewer context, obtained from PetscViewerCreate() Many br

Options Database Key

-viewer_binary_skip_info - Many br Many br

Notes: This must be called after PetscViewerSetType(). If you use PetscViewerBinaryOpen() then Many bryou can only skip the info file with the -viewer_binary_skip_info flag. To use the function you must open the Many brviewer with PetscViewerCreate(), PetscViewerSetType(), PetscViewerBinarySkipInfo(). Many br

The .info contains meta information about the data in the binary file, for example the block size if it was Many brset for a vector or matrix. Many br

See Also

PetscViewerBinaryOpen(), PetscViewerBinaryGetDescriptor(), PetscViewerBinarySetSkipOptions(),
PetscViewerBinaryGetSkipOptions(), PetscViewerBinaryGetSkipInfo() 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