PetscViewerHDF5GetDMPlexStorageVersionWriting#
Get the storage version for writing
Synopsis#
#include "petscdmplex.h"
PetscErrorCode PetscViewerHDF5GetDMPlexStorageVersionWriting(PetscViewer viewer, DMPlexStorageVersion *version)
Logically collective
Input Parameter#
viewer - The
PetscViewer
Output Parameter#
version - The storage format version
Options Database Keys#
-dm_plex_view_hdf5_storage_version
- Overrides the storage format version
Note#
The version has major, minor, and subminor integers. Parallel operations are only available for version 3.0.0.
See Also#
DM Basics, DM
, PetscViewerHDF5SetDMPlexStorageVersionWriting()
, PetscViewerHDF5GetDMPlexStorageVersionReading()
, PetscViewerHDF5SetDMPlexStorageVersionReading()
Level#
advanced
Location#
src/dm/impls/plex/hdf5/plexhdf5.c
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages