Searched refs:PetscViewerHDF5GetCompress (Results 1 – 5 of 5) sorted by relevance
90 PETSC_EXTERN PetscErrorCode PetscViewerHDF5GetCompress(PetscViewer, PetscBool *);
46 - Add `PetscViewerHDF5SetCompress()` and `PetscViewerHDF5GetCompress()`
819 PetscCall(PetscViewerHDF5GetCompress(viewer, &ocompress)); in DMPlexDistributionView_HDF5_Private()889 PetscCall(PetscViewerHDF5GetCompress(viewer, &ocompress)); in DMPlexTopologyView_HDF5_Inner_Private()1286 PetscCall(PetscViewerHDF5GetCompress(viewer, &ocompress)); in DMPlexCoordinatesView_HDF5_Internal()1465 PetscCall(PetscViewerHDF5GetCompress(viewer, &ocompress)); in DMPlexLabelsView_HDF5_Internal()1607 PetscCall(PetscViewerHDF5GetCompress(viewer, &ocompress)); in DMPlexSectionView_HDF5_Internal()
525 PetscCall(PetscViewerHDF5GetCompress(viewer, &vcompress)); in ISView_General()
596 PetscErrorCode PetscViewerHDF5GetCompress(PetscViewer viewer, PetscBool *flg) in PetscViewerHDF5GetCompress() function