Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/output/
H A Dex1_part_simple_0.out51 ISLocalToGlobalMapping Object: Point renumbering for DM migration 2 MPI processes
H A Dex1_part_simple_1.out125 ISLocalToGlobalMapping Object: Point renumbering for DM migration 8 MPI processes
/petsc/src/dm/impls/plex/
H A Dplexpartition.c1685 PetscInt *firstVertices, *renumbering; in DMPlexRebalanceSharedPoints() local
1960 PetscCall(PetscMalloc2(size, &firstVertices, size, &renumbering)); in DMPlexRebalanceSharedPoints()
1963 for (i = 0; i < size; i++) renumbering[firstVertices[i]] = i; in DMPlexRebalanceSharedPoints()
1964 …for (i = 0; i < cumSumVertices[rank + 1] - cumSumVertices[rank]; i++) part[i] = renumbering[part[i… in DMPlexRebalanceSharedPoints()
1965 PetscCall(PetscFree2(firstVertices, renumbering)); in DMPlexRebalanceSharedPoints()
H A Dplexdistribute.c1100 …SF migrationSF, ISLocalToGlobalMapping original, ISLocalToGlobalMapping renumbering, DM dmParallel) in DMPlexDistributeCones() argument
1137 …PetscCall(ISGlobalToLocalMappingApplyBlock(renumbering, IS_GTOLM_MASK, newConesSize, newCones, NUL… in DMPlexDistributeCones()
1326 …SF migrationSF, ISLocalToGlobalMapping original, ISLocalToGlobalMapping renumbering, DM dmParallel) in DMPlexDistributeSetupTree() argument
1373 …PetscCall(ISGlobalToLocalMappingApplyBlock(renumbering, IS_GTOLM_MASK, newParentSize, newParents, … in DMPlexDistributeSetupTree()
/petsc/doc/manual/
H A Dmat.md1324 generate the renumbering required for the new partition
1357 migration and node renumbering, since it will be dependent on the
H A Dgetting_started.md10 vectors, renumbering, permuting, etc;