petsc-3.3-p7 2013-05-11

PetscViewerBinarySetSkipHeader

do not write a header with size information on output, just raw data

Synopsis

#include "petscsys.h"   
PetscErrorCode PetscViewerBinarySetSkipHeader(PetscViewer viewer,PetscBool  skip)
Not Collective

Input Parameters

viewer - PetscViewer context, obtained from PetscViewerBinaryOpen()
skip - PETSC_TRUE means do not write header

Options Database Key

-viewer_binary_skip_header -

Notes: This must be called after PetscViewerSetType()

Can ONLY be called on a binary viewer

See Also

PetscViewerBinaryOpen(), PetscViewerBinaryGetDescriptor(), PetscViewerBinarySkipInfo(),
PetscViewerBinaryGetSkipHeader()

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