Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1838 DMLabel lblPartition, lblMigration; in DMPlexDistribute() local
1882 PetscCall(DMLabelCreate(PETSC_COMM_SELF, "Point Partition", &lblPartition)); in DMPlexDistribute()
1894 PetscCall(DMLabelAddStrata(lblPartition, nranks, iranks)); in DMPlexDistribute()
1904 PetscCall(DMLabelSetStratumIS(lblPartition, proc, is)); in DMPlexDistribute()
1912 PetscCall(DMPlexPartitionLabelInvert(dm, lblPartition, NULL, lblMigration)); in DMPlexDistribute()
1921 PetscCall(DMLabelView(lblPartition, PETSC_VIEWER_STDOUT_(comm))); in DMPlexDistribute()
1960 PetscCall(DMLabelDestroy(&lblPartition)); in DMPlexDistribute()