Searched refs:PetscViewerHDF5SetCompress (Results 1 – 4 of 4) sorted by relevance
| /petsc/include/ |
| H A D | petscviewerhdf5.h | 89 PETSC_EXTERN PetscErrorCode PetscViewerHDF5SetCompress(PetscViewer, PetscBool);
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 820 PetscCall(PetscViewerHDF5SetCompress(viewer, PETSC_TRUE)); in DMPlexDistributionView_HDF5_Private() 832 …if (DMPlexStorageVersionGE(version, 3, 1, 0)) PetscCall(PetscViewerHDF5SetCompress(viewer, ocompre… in DMPlexDistributionView_HDF5_Private() 890 PetscCall(PetscViewerHDF5SetCompress(viewer, PETSC_TRUE)); in DMPlexTopologyView_HDF5_Inner_Private() 915 …if (DMPlexStorageVersionGE(version, 3, 1, 0)) PetscCall(PetscViewerHDF5SetCompress(viewer, ocompre… in DMPlexTopologyView_HDF5_Inner_Private() 1287 PetscCall(PetscViewerHDF5SetCompress(viewer, PETSC_TRUE)); in DMPlexCoordinatesView_HDF5_Internal() 1317 …if (DMPlexStorageVersionGE(version, 3, 1, 0)) PetscCall(PetscViewerHDF5SetCompress(viewer, ocompre… in DMPlexCoordinatesView_HDF5_Internal() 1466 PetscCall(PetscViewerHDF5SetCompress(viewer, PETSC_TRUE)); in DMPlexLabelsView_HDF5_Internal() 1537 …if (DMPlexStorageVersionGE(version, 3, 1, 0)) PetscCall(PetscViewerHDF5SetCompress(viewer, ocompre… in DMPlexLabelsView_HDF5_Internal() 1608 PetscCall(PetscViewerHDF5SetCompress(viewer, PETSC_TRUE)); in DMPlexSectionView_HDF5_Internal() 1650 …if (DMPlexStorageVersionGE(version, 3, 1, 0)) PetscCall(PetscViewerHDF5SetCompress(viewer, ocompre… in DMPlexSectionView_HDF5_Internal()
|
| /petsc/doc/changes/ |
| H A D | 324.md | 46 - Add `PetscViewerHDF5SetCompress()` and `PetscViewerHDF5GetCompress()`
|
| /petsc/src/sys/classes/viewer/impls/hdf5/ |
| H A D | hdf5v.c | 573 PetscErrorCode PetscViewerHDF5SetCompress(PetscViewer viewer, PetscBool flg) in PetscViewerHDF5SetCompress() function
|