Home
last modified time | relevance | path

Searched refs:vcompress (Results 1 – 1 of 1) sorted by relevance

/petsc/src/vec/is/is/impls/general/
H A Dgeneral.c523 PetscBool vcompress; in ISView_General() local
525 PetscCall(PetscViewerHDF5GetCompress(viewer, &vcompress)); in ISView_General()
526 if (vcompress && compress) PetscCall(ISView_General_HDF5_Compressed(is, viewer)); in ISView_General()