Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c439 …uteOwnership(DM dm, PetscSection rootSection, IS *rootrank, PetscSection leafSection, IS *leafrank) in DMPlexDistributeOwnership() argument
471 PetscCall(DMPlexDistributeFieldIS(dm, sfPoint, rootSection, *rootrank, leafSection, leafrank)); in DMPlexDistributeOwnership()
495 …ls, PetscSection rootSection, IS rootrank, PetscSection leafSection, IS leafrank, DMLabel *ovLabel) in DMPlexCreateOverlapLabel() argument
533 PetscCall(ISGetIndices(leafrank, &nrank)); in DMPlexCreateOverlapLabel()
566 PetscCall(ISRestoreIndices(leafrank, &nrank)); in DMPlexCreateOverlapLabel()
661 …[], PetscSection rootSection, IS rootrank, PetscSection leafSection, IS leafrank, DMLabel *ovLabel) in DMPlexCreateOverlapLabelFromLabels() argument
686 PetscCall(ISGetIndices(leafrank, &nrank)); in DMPlexCreateOverlapLabelFromLabels()
734 PetscCall(ISRestoreIndices(leafrank, &nrank)); in DMPlexCreateOverlapLabelFromLabels()
2012 IS rootrank, leafrank; in DMPlexDistributeOverlap_Internal() local
2058 PetscCall(DMPlexDistributeOwnership(dm, rootSection, &rootrank, leafSection, &leafrank)); in DMPlexDistributeOverlap_Internal()
[all …]