Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscviewerhdf5.h90 PETSC_EXTERN PetscErrorCode PetscViewerHDF5GetCompress(PetscViewer, PetscBool *);
/petsc/doc/changes/
H A D324.md46 - Add `PetscViewerHDF5SetCompress()` and `PetscViewerHDF5GetCompress()`
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c819 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()
/petsc/src/vec/is/is/impls/general/
H A Dgeneral.c525 PetscCall(PetscViewerHDF5GetCompress(viewer, &vcompress)); in ISView_General()
/petsc/src/sys/classes/viewer/impls/hdf5/
H A Dhdf5v.c596 PetscErrorCode PetscViewerHDF5GetCompress(PetscViewer viewer, PetscBool *flg) in PetscViewerHDF5GetCompress() function