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 notPETSCVIEWERHDF5
then this command is ignoredflg - if
PETSC_TRUE
we 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