Searched refs:PetscViewerHDF5GetGroup (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/binding/petsc4py/src/lib-petsc/compat/ |
| H A D | hdf5.h | 14 PetscErrorCode PetscViewerHDF5GetGroup(PETSC_UNUSED PetscViewer vw, PETSC_UNUSED const char p[], PE… in PetscViewerHDF5GetGroup() function
|
| /petsc/src/sys/classes/viewer/impls/hdf5/ |
| H A D | hdf5v.c | 29 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 D | ex48.c | 285 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 D | petscviewerhdf5.h | 66 PETSC_EXTERN PetscErrorCode PetscViewerHDF5GetGroup(PetscViewer, const char[], const char *[]);
|
| /petsc/src/vec/is/utils/hdf5/ |
| H A D | hdf5io.c | 28 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 D | petscvwr.pxi | 126 PetscErrorCode PetscViewerHDF5GetGroup(PetscViewer, char[], char*[])
|
| H A D | Viewer.pyx | 1178 pushGroup, popGroup, petsc.PetscViewerHDF5GetGroup 1182 CHKERR(PetscViewerHDF5GetGroup(self.vwr, NULL, &cgroup))
|
| /petsc/doc/changes/ |
| H A D | 318.md | 139 - Change `PetscViewerHDF5GetGroup()` to accept optional path relative to the pushed group and alway…
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 384 PetscCall(PetscViewerHDF5GetGroup(viewer, NULL, &groupname)); in DMSequenceGetLength_HDF5_Internal() 1975 PetscCall(PetscViewerHDF5GetGroup(viewer, NULL, &full_group)); in DMPlexDistributionLoad_HDF5_Private()
|