Home
last modified time | relevance | path

Searched refs:PetscViewerHDF5GetGroup (Results 1 – 9 of 9) sorted by relevance

/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dhdf5.h14 PetscErrorCode PetscViewerHDF5GetGroup(PETSC_UNUSED PetscViewer vw, PETSC_UNUSED const char p[], PE… in PetscViewerHDF5GetGroup() function
/petsc/src/sys/classes/viewer/impls/hdf5/
H A Dhdf5v.c29 PetscErrorCode PetscViewerHDF5GetGroup(PetscViewer viewer, const char path[], const char *abspath[]) in PetscViewerHDF5GetGroup() function
62 PetscCall(PetscViewerHDF5GetGroup(viewer, NULL, &group)); in PetscViewerHDF5CheckNamedObject_Internal()
878 PetscCall(PetscViewerHDF5GetGroup(viewer, path, &groupName)); in PetscViewerHDF5OpenGroup()
1194 PetscCall(PetscViewerHDF5GetGroup(viewer, parent, &parentAbsPath)); in PetscViewerHDF5WriteAttribute()
1301 PetscCall(PetscViewerHDF5GetGroup(viewer, parent, &parentAbsPath)); in PetscViewerHDF5ReadAttribute()
1482 PetscCall(PetscViewerHDF5GetGroup(viewer, path, &abspath)); in PetscViewerHDF5HasGroup()
1521 PetscCall(PetscViewerHDF5GetGroup(viewer, path, &abspath)); in PetscViewerHDF5HasDataset()
1592 PetscCall(PetscViewerHDF5GetGroup(viewer, parent, &parentAbsPath)); in PetscViewerHDF5HasAttribute()
/petsc/src/vec/vec/tests/
H A Dex48.c285 PetscCall(PetscViewerHDF5GetGroup(v, NULL, &group)); in CapsuleReadAndCompareAttributes()
409 PetscCall(PetscViewerHDF5GetGroup(viewer, NULL, &group)); in testGroupsDatasets()
430 PetscCall(PetscViewerHDF5GetGroup(viewer, NULL, &group)); in testGroupsDatasets()
517 PetscCall(PetscViewerHDF5GetGroup(viewer, NULL, &group)); in testAttributesAbsolutePath()
632 PetscCall(PetscViewerHDF5GetGroup(viewer, NULL, &group)); in testAttributesPushedPath()
718 PetscCall(PetscViewerHDF5GetGroup(viewer, NULL, &group)); in testObjectAttributes()
/petsc/include/
H A Dpetscviewerhdf5.h66 PETSC_EXTERN PetscErrorCode PetscViewerHDF5GetGroup(PetscViewer, const char[], const char *[]);
/petsc/src/vec/is/utils/hdf5/
H A Dhdf5io.c28 PetscCall(PetscViewerHDF5GetGroup(viewer, NULL, &group)); in PetscViewerHDF5CheckTimestepping_Internal()
244 PetscCall(PetscViewerHDF5GetGroup(viewer, NULL, &group)); in PetscViewerHDF5Load_Internal()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvwr.pxi126 PetscErrorCode PetscViewerHDF5GetGroup(PetscViewer, char[], char*[])
H A DViewer.pyx1178 pushGroup, popGroup, petsc.PetscViewerHDF5GetGroup
1182 CHKERR(PetscViewerHDF5GetGroup(self.vwr, NULL, &cgroup))
/petsc/doc/changes/
H A D318.md139 - Change `PetscViewerHDF5GetGroup()` to accept optional path relative to the pushed group and alway…
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c384 PetscCall(PetscViewerHDF5GetGroup(viewer, NULL, &groupname)); in DMSequenceGetLength_HDF5_Internal()
1975 PetscCall(PetscViewerHDF5GetGroup(viewer, NULL, &full_group)); in DMPlexDistributionLoad_HDF5_Private()