Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A Ddev.md64 - Add `PetscSectionMigrateData()`, akin to `DMPlexDistributeData()`
/petsc/include/
H A Dpetscdmplex.h277 PETSC_EXTERN PetscErrorCode DMPlexDistributeData(DM, PetscSF, PetscSection, MPI_Datatype, void *, P…
/petsc/src/dm/impls/network/
H A Dnetwork.c1717 …PetscCall(DMPlexDistributeData(newDMnetwork->plex, migrationSF, oldCoordnetwork->DataSection, MPIU… in DMNetworkDistributeCoordinates()
1808 …PetscCall(DMPlexDistributeData(newDMnetwork->plex, pointsf, oldDMnetwork->DataSection, MPIU_INT, (… in DMNetworkDistribute()
/petsc/src/dm/impls/plex/
H A Dplexpartition.c1358 …PetscCall(DMPlexDistributeData(dm, procSF, rootSection, MPIU_SF_NODE, rootPoints, leafSection, (vo… in DMPlexPartitionLabelInvert()
H A Dplexdistribute.c1091 PetscErrorCode DMPlexDistributeData(DM dm, PetscSF pointSF, PetscSection originalSection, MPI_Datat… in DMPlexDistributeData() function