Home
last modified time | relevance | path

Searched refs:PetscViewerHDF5HasGroup (Results 1 – 5 of 5) sorted by relevance

/petsc/include/
H A Dpetscviewerhdf5.h67 PETSC_EXTERN PetscErrorCode PetscViewerHDF5HasGroup(PetscViewer, const char[], PetscBool *);
/petsc/src/vec/vec/tests/
H A Dex48.c197 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 D316.md60 `PetscViewerHDF5HasGroup()`
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c1936 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 Dhdf5v.c1473 PetscErrorCode PetscViewerHDF5HasGroup(PetscViewer viewer, const char path[], PetscBool *has) in PetscViewerHDF5HasGroup() function