Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1619 PetscErrorCode DMPlexMigrate(DM dm, PetscSF sf, DM targetDM) in DMPlexMigrate() argument
1632 PetscCall(DMSetDimension(targetDM, dim)); in DMPlexMigrate()
1634 PetscCall(DMSetCoordinateDim(targetDM, cdim)); in DMPlexMigrate()
1668 PetscCall(DMPlexDistributeCones(dm, sf, ltogOriginal, ltogMigration, targetDM)); in DMPlexMigrate()
1669 PetscCall(DMPlexDistributeLabels(dm, sf, targetDM)); in DMPlexMigrate()
1670 PetscCall(DMPlexDistributeCoordinates(dm, sf, targetDM)); in DMPlexMigrate()
1671 PetscCall(DMPlexDistributeSetupTree(dm, sf, ltogOriginal, ltogMigration, targetDM)); in DMPlexMigrate()