Lines Matching refs:group
378 hid_t file, group, dset, dspace; in DMSequenceGetLength_HDF5_Internal() local
388 PetscCall(PetscViewerHDF5OpenGroup(viewer, NULL, &file, &group)); in DMSequenceGetLength_HDF5_Internal()
389 PetscCallHDF5Return(dset, H5Dopen2, (group, seqname, H5P_DEFAULT)); in DMSequenceGetLength_HDF5_Internal()
397 PetscCallHDF5(H5Gclose, (group)); in DMSequenceGetLength_HDF5_Internal()
575 char group[PETSC_MAX_PATH_LEN]; in VecView_Plex_Local_HDF5_Internal() local
577 PetscCall(PetscSNPrintf(group, PETSC_MAX_PATH_LEN, "%s_%" PetscInt_FMT, fgroup, t)); in VecView_Plex_Local_HDF5_Internal()
578 PetscCall(PetscViewerHDF5PushGroup(viewer, group)); in VecView_Plex_Local_HDF5_Internal()
1030 char group[128]; in DMPlexTopologyView_HDF5_Private() local
1032 PetscCall(PetscSNPrintf(group, sizeof(group), "%" PetscInt_FMT, d)); in DMPlexTopologyView_HDF5_Private()
1033 PetscCall(PetscViewerHDF5PushGroup(viewer, group)); in DMPlexTopologyView_HDF5_Private()
1048 char group[PETSC_MAX_PATH_LEN]; in DMPlexTopologyView_HDF5_Internal() local
1055 PetscCall(PetscSNPrintf(group, sizeof(group), "topologies/%s", topologydm_name)); in DMPlexTopologyView_HDF5_Internal()
1057 PetscCall(PetscStrncpy(group, "/", sizeof(group))); in DMPlexTopologyView_HDF5_Internal()
1059 PetscCall(PetscViewerHDF5PushGroup(viewer, group)); in DMPlexTopologyView_HDF5_Internal()
1220 char group[PETSC_MAX_PATH_LEN]; in DMPlexTopologyView_HDF5_XDMF_Private() local
1222 PetscCall(PetscSNPrintf(group, PETSC_MAX_PATH_LEN, "/viz/topology_%" PetscInt_FMT, n)); in DMPlexTopologyView_HDF5_XDMF_Private()
1223 PetscCall(PetscViewerHDF5PushGroup(viewer, group)); in DMPlexTopologyView_HDF5_XDMF_Private()
1459 char group[PETSC_MAX_PATH_LEN]; in DMPlexLabelsView_HDF5_Internal() local
1471 PetscCall(PetscSNPrintf(group, sizeof(group), "topologies/%s/labels", topologydm_name)); in DMPlexLabelsView_HDF5_Internal()
1473 PetscCall(PetscStrncpy(group, "/labels", sizeof(group))); in DMPlexLabelsView_HDF5_Internal()
1475 PetscCall(PetscViewerHDF5PushGroup(viewer, group)); in DMPlexLabelsView_HDF5_Internal()
1509 char group[PETSC_MAX_PATH_LEN]; in DMPlexLabelsView_HDF5_Internal() local
1511 PetscCall(PetscSNPrintf(group, sizeof(group), "%" PetscInt_FMT, values[v])); in DMPlexLabelsView_HDF5_Internal()
1512 PetscCall(PetscViewerHDF5PushGroup(viewer, group)); in DMPlexLabelsView_HDF5_Internal()
1920 char group[PETSC_MAX_PATH_LEN]; in DMPlexLabelsLoad_HDF5_Internal() local
1931 PetscCall(PetscSNPrintf(group, sizeof(group), "topologies/%s/labels", topologydm_name)); in DMPlexLabelsLoad_HDF5_Internal()
1933 PetscCall(PetscStrncpy(group, "labels", sizeof(group))); in DMPlexLabelsLoad_HDF5_Internal()
1935 PetscCall(PetscViewerHDF5PushGroup(viewer, group)); in DMPlexLabelsLoad_HDF5_Internal()
2688 char group[PETSC_MAX_PATH_LEN]; in DMPlexTopologyLoad_HDF5_Internal() local
2695 PetscCall(PetscSNPrintf(group, sizeof(group), "topologies/%s", topologydm_name)); in DMPlexTopologyLoad_HDF5_Internal()
2697 PetscCall(PetscStrncpy(group, "/", sizeof(group))); in DMPlexTopologyLoad_HDF5_Internal()
2699 PetscCall(PetscViewerHDF5PushGroup(viewer, group)); in DMPlexTopologyLoad_HDF5_Internal()