PetscViewerHDF5GetDefaultTimestepping#
Get the flag for default timestepping
Synopsis#
#include "petscviewerhdf5.h"
PetscErrorCode PetscViewerHDF5GetDefaultTimestepping(PetscViewer viewer, PetscBool *flg)
Not Collective
Input Parameter#
viewer - the
PetscViewer
of typePETSCVIEWERHDF5
Output Parameter#
flg - if
PETSC_TRUE
we will assume that timestepping is on
See Also#
Viewers: Looking at PETSc Objects, PETSCVIEWERHDF5
, PetscViewerHDF5SetDefaultTimestepping()
, PetscViewerHDF5PushTimestepping()
, PetscViewerHDF5GetTimestep()
Level#
intermediate
Location#
Implementations#
PetscViewerHDF5GetDefaultTimestepping_HDF5 in src/sys/classes/viewer/impls/hdf5/hdf5v.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages