Searched refs:distsf (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 1950 …exDistributionLoad_HDF5_Private(DM dm, PetscViewer viewer, PetscSF sf, PetscSF *distsf, DM *distdm) in DMPlexDistributionLoad_HDF5_Private() argument 1963 *distsf = NULL; in DMPlexDistributionLoad_HDF5_Private() 1995 PetscCall(PetscSFCreate(comm, distsf)); in DMPlexDistributionLoad_HDF5_Private() 1996 PetscCall(PetscSFSetFromOptions(*distsf)); in DMPlexDistributionLoad_HDF5_Private() 2002 PetscCall(PetscSFSetGraphLayout(*distsf, layout, *chartSize, NULL, PETSC_OWN_POINTER, gpoints)); in DMPlexDistributionLoad_HDF5_Private() 2034 PetscCall(PetscSFBcastBegin(*distsf, MPIU_SF_NODE, buffer1, buffer2, MPI_REPLACE)); in DMPlexDistributionLoad_HDF5_Private() 2035 PetscCall(PetscSFBcastEnd(*distsf, MPIU_SF_NODE, buffer1, buffer2, MPI_REPLACE)); in DMPlexDistributionLoad_HDF5_Private() 2072 PetscCall(PetscSFReduceBegin(*distsf, MPIU_SF_NODE, buffer0, buffer1, MPI_MAXLOC)); in DMPlexDistributionLoad_HDF5_Private() 2073 PetscCall(PetscSFReduceEnd(*distsf, MPIU_SF_NODE, buffer0, buffer1, MPI_MAXLOC)); in DMPlexDistributionLoad_HDF5_Private() 2075 PetscCall(PetscSFBcastBegin(*distsf, MPIU_SF_NODE, buffer1, buffer0, MPI_REPLACE)); in DMPlexDistributionLoad_HDF5_Private() [all …]
|