Searched refs:PetscViewerHDF5HasGroup (Results 1 – 5 of 5) sorted by relevance
| /petsc/include/ |
| H A D | petscviewerhdf5.h | 67 PETSC_EXTERN PetscErrorCode PetscViewerHDF5HasGroup(PetscViewer, const char[], PetscBool *);
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex48.c | 197 PetscCall(PetscViewerHDF5HasGroup(viewer, path, &has)); in hasGroupOrDataset() 410 PetscCall(PetscViewerHDF5HasGroup(viewer, NULL, &flg1)); in testGroupsDatasets() 431 PetscCall(PetscViewerHDF5HasGroup(viewer, NULL, &flg)); in testGroupsDatasets()
|
| /petsc/doc/changes/ |
| H A D | 316.md | 60 `PetscViewerHDF5HasGroup()`
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 1936 PetscCall(PetscViewerHDF5HasGroup(viewer, NULL, &hasGroup)); in DMPlexLabelsLoad_HDF5_Internal() 1971 PetscCall(PetscViewerHDF5HasGroup(viewer, NULL, &has)); in DMPlexDistributionLoad_HDF5_Private() 2719 PetscCall(PetscViewerHDF5HasGroup(viewer, NULL, &exists)); in DMPlexTopologyLoad_HDF5_Internal() 2934 PetscCall(PetscViewerHDF5HasGroup(viewer, "section", &has)); in DMPlexSectionLoad_HDF5_Internal()
|
| /petsc/src/sys/classes/viewer/impls/hdf5/ |
| H A D | hdf5v.c | 1473 PetscErrorCode PetscViewerHDF5HasGroup(PetscViewer viewer, const char path[], PetscBool *has) in PetscViewerHDF5HasGroup() function
|