Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex12.c151 PetscCall(DMPlexMigrate(*dm, sf, test)); in CreateMesh()
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1619 PetscErrorCode DMPlexMigrate(DM dm, PetscSF sf, DM targetDM) in DMPlexMigrate() function
1928 PetscCall(DMPlexMigrate(dm, sfMigration, *dmParallel)); in DMPlexDistribute()
2078 PetscCall(DMPlexMigrate(dm, sfOverlap, *dmOverlap)); in DMPlexDistributeOverlap_Internal()
2389 PetscCall(DMPlexMigrate(gatherDM, migrationSF, *redundantMesh)); in DMPlexGetRedundantDM()
/petsc/include/
H A Dpetscdmplex.h279 PETSC_EXTERN PetscErrorCode DMPlexMigrate(DM, PetscSF, DM);
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2051 PetscCall(DMPlexMigrate(dm, migrationSF, *distdm)); in DMPlexDistributionLoad_HDF5_Private()