PetscViewerHDF5SetDefaultTimestepping#
Set the flag for default timestepping
Synopsis#
#include "petscviewerhdf5.h"
PetscErrorCode PetscViewerHDF5SetDefaultTimestepping(PetscViewer viewer, PetscBool flg)
Logically Collective
Input Parameters#
viewer - the
PetscViewer
; if it is notPETSCVIEWERHDF5
then this command is ignoredflg - if
PETSC_TRUE
we will assume that timestepping is on
Options Database Key#
-viewer_hdf5_default_timestepping - turns on (true) or off (false) default timestepping
Note#
If the timestepping attribute is not found for an object, then the default timestepping is used
See Also#
Viewers: Looking at PETSc Objects, PETSCVIEWERHDF5
, PetscViewerHDF5GetDefaultTimestepping()
, PetscViewerHDF5PushTimestepping()
, PetscViewerHDF5GetTimestep()
Level#
intermediate
Location#
Implementations#
PetscViewerHDF5SetDefaultTimestepping_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