Lines Matching refs:distsf
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()
2076 PetscCall(PetscSFBcastEnd(*distsf, MPIU_SF_NODE, buffer1, buffer0, MPI_REPLACE)); in DMPlexDistributionLoad_HDF5_Private()
2712 PetscSF distsf; in DMPlexTopologyLoad_HDF5_Internal() local
2722 PetscCall(DMPlexDistributionLoad_HDF5_Private(dm, viewer, sfwork, &distsf, &distdm)); in DMPlexTopologyLoad_HDF5_Internal()
2726 sfwork = distsf; in DMPlexTopologyLoad_HDF5_Internal()