PETSc version 3.17.4
Fix/Edit manual page

PetscViewerHDF5GetDefaultTimestepping

Get the flag for default timestepping

Synopsis

#include "petscviewerhdf5.h" 
PetscErrorCode PetscViewerHDF5GetDefaultTimestepping(PetscViewer viewer, PetscBool *flg)
Not collective

Input Parameter

viewer - the PetscViewer

Output Parameter

flg - if PETSC_TRUE we will assume that timestepping is on

Notes

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

See Also

PetscViewerHDF5SetDefaultTimestepping(), PetscViewerHDF5PushTimestepping(), PetscViewerHDF5GetTimestep()

Level

intermediate

Location

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

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