Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2007 PetscSFNode *buffer0, *buffer1, *buffer2; in DMPlexDistributionLoad_HDF5_Private() local
2010 PetscCall(PetscMalloc2(pEnd - pStart, &buffer0, lsize, &buffer1)); in DMPlexDistributionLoad_HDF5_Private()
2019 buffer0[p - pStart].rank = rank; in DMPlexDistributionLoad_HDF5_Private()
2020 buffer0[p - pStart].index = p - pStart; in DMPlexDistributionLoad_HDF5_Private()
2027 buffer0[workIlocalp].rank = -1; in DMPlexDistributionLoad_HDF5_Private()
2032 PetscCall(PetscSFReduceBegin(sf, MPIU_SF_NODE, buffer0, buffer1, MPI_MAXLOC)); in DMPlexDistributionLoad_HDF5_Private()
2033 PetscCall(PetscSFReduceEnd(sf, MPIU_SF_NODE, buffer0, buffer1, MPI_MAXLOC)); in DMPlexDistributionLoad_HDF5_Private()
2039 PetscCall(PetscFree2(buffer0, buffer1)); in DMPlexDistributionLoad_HDF5_Private()
2059 PetscSFNode *iremote, *buffer0, *buffer1; in DMPlexDistributionLoad_HDF5_Private() local
2061 PetscCall(PetscMalloc2(*chartSize, &buffer0, lsize, &buffer1)); in DMPlexDistributionLoad_HDF5_Private()
[all …]