PETSc version 3.17.4
Fix/Edit manual page

PetscViewerHDF5SetDefaultTimestepping

Set the flag for default timestepping

Synopsis

#include "petscviewerhdf5.h" 
PetscErrorCode PetscViewerHDF5SetDefaultTimestepping(PetscViewer viewer, PetscBool flg)
Logically Collective on PetscViewer

Input Parameters

viewer - the PetscViewer; if it is not hdf5 then this command is ignored
flg - if PETSC_TRUE we will assume that timestepping is on

Options Database

-viewer_hdf5_default_timestepping - turns on (true) or off (false) default timestepping

Notes

If the timestepping attribute is not found for an object, then the default timestepping is used

See Also

PetscViewerHDF5GetDefaultTimestepping(), PetscViewerHDF5PushTimestepping(), PetscViewerHDF5GetTimestep()

Level

intermediate

Location

src/sys/classes/viewer/impls/hdf5/hdf5v.c

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