Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c774 const char *topologydm_name, *distribution_name; in DMPlexDistributionView_HDF5_Private() local
791 PetscCall(DMPlexDistributionGetName(dm, &distribution_name)); in DMPlexDistributionView_HDF5_Private()
792 if (!distribution_name) PetscFunctionReturn(PETSC_SUCCESS); in DMPlexDistributionView_HDF5_Private()
1071 const char *distribution_name; in DMPlexTopologyView_HDF5_Internal() local
1073 PetscCall(DMPlexDistributionGetName(dm, &distribution_name)); in DMPlexTopologyView_HDF5_Internal()
1076 PetscCall(PetscViewerHDF5PushGroup(viewer, distribution_name)); in DMPlexTopologyView_HDF5_Internal()
1955 const char *distribution_name; in DMPlexDistributionLoad_HDF5_Private() local
1968 PetscCall(DMPlexDistributionGetName(dm, &distribution_name)); in DMPlexDistributionLoad_HDF5_Private()
1969 if (!distribution_name) PetscFunctionReturn(PETSC_SUCCESS); in DMPlexDistributionLoad_HDF5_Private()
1976 …"Distribution %s cannot be found: HDF5 group %s not found in file", distribution_name, full_group); in DMPlexDistributionLoad_HDF5_Private()
[all …]