Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2015 const PetscInt *workIlocal; in DMPlexDistributionLoad_HDF5_Private() local
2023 PetscCall(PetscSFGetGraph(workPointSF, &workNroots, &workNleaves, &workIlocal, &workIremote)); in DMPlexDistributionLoad_HDF5_Private()
2025 PetscInt workIlocalp = (workIlocal ? workIlocal[p] : p); in DMPlexDistributionLoad_HDF5_Private()