PetscViewerHDF5SetCompress#
Set the flag for compression
Synopsis#
#include "petscviewerhdf5.h" 
PetscErrorCode PetscViewerHDF5SetCompress(PetscViewer viewer, PetscBool flg)
Logically Collective
Input Parameters#
- viewer - the - PetscViewer; if it is not- PETSCVIEWERHDF5then this command is ignored
- flg - if - PETSC_TRUEwe will turn on compression
Options Database Key#
- -viewer_hdf5_compress - turns on (true) or off (false) compression 
See Also#
Viewers: Looking at PETSc Objects, PETSCVIEWERHDF5, PetscViewerHDF5GetCompress()
Level#
intermediate
Location#
Implementations#
PetscViewerHDF5SetCompress_HDF5() in src/sys/classes/viewer/impls/hdf5/hdf5v.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages