PetscViewerHDF5GetDMPlexStorageVersionReading#

Get the storage version for reading

Synopsis#

#include "petscdmplex.h"   
PetscErrorCode PetscViewerHDF5GetDMPlexStorageVersionReading(PetscViewer viewer, DMPlexStorageVersion *version)

Logically collective

Input Parameter#

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, PetscViewerHDF5SetDMPlexStorageVersionReading(), PetscViewerHDF5GetDMPlexStorageVersionWriting(), PetscViewerHDF5SetDMPlexStorageVersionWriting()

Level#

advanced

Location#

src/dm/impls/plex/plexhdf5.c


Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages