Home
last modified time | relevance | path

Searched refs:defTimestepping (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/private/
H A Dviewerhdf5impl.h52 …PetscBool defTimestepping; /* Default if timestepping attribute is not found. Supp… member
/petsc/src/sys/classes/viewer/impls/hdf5/
H A Dhdf5v.c98 …l(PetscViewerASCIIPrintf(viewer, "Default timestepping: %s\n", PetscBools[hdf5->defTimestepping])); in PetscViewerView_HDF5()
476 hdf5->defTimestepping = flg; in PetscViewerHDF5SetDefaultTimestepping_HDF5()
485 *flg = hdf5->defTimestepping; in PetscViewerHDF5GetDefaultTimestepping_HDF5()
/petsc/src/vec/is/utils/hdf5/
H A Dhdf5io.c24 …erHDF5ReadAttribute(viewer, name, "timestepping", PETSC_BOOL, &hdf5->defTimestepping, &timesteppin… in PetscViewerHDF5CheckTimestepping_Internal()