Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1624 ISLocalToGlobalMapping ltogMigration; in DMPlexMigrate() local
1658 …(ISLocalToGlobalMappingCreate(comm, 1, nleaves, numbering_new, PETSC_OWN_POINTER, &ltogMigration)); in DMPlexMigrate()
1663 PetscCall(ISLocalToGlobalMappingCreateSF(sf, 0, &ltogMigration)); in DMPlexMigrate()
1665 PetscCall(PetscObjectSetName((PetscObject)ltogMigration, "Point renumbering for DM migration")); in DMPlexMigrate()
1666 …PetscCall(ISLocalToGlobalMappingViewFromOptions(ltogMigration, (PetscObject)dm, "-partition_view")… in DMPlexMigrate()
1668 PetscCall(DMPlexDistributeCones(dm, sf, ltogOriginal, ltogMigration, targetDM)); in DMPlexMigrate()
1671 PetscCall(DMPlexDistributeSetupTree(dm, sf, ltogOriginal, ltogMigration, targetDM)); in DMPlexMigrate()
1673 PetscCall(ISLocalToGlobalMappingDestroy(&ltogMigration)); in DMPlexMigrate()