Lines Matching refs:rootrank

439 PetscErrorCode DMPlexDistributeOwnership(DM dm, PetscSection rootSection, IS *rootrank, PetscSectio…  in DMPlexDistributeOwnership()  argument
468 PetscCall(ISCreateGeneral(comm, nedges, remoterank, PETSC_OWN_POINTER, rootrank)); in DMPlexDistributeOwnership()
471 PetscCall(DMPlexDistributeFieldIS(dm, sfPoint, rootSection, *rootrank, leafSection, leafrank)); in DMPlexDistributeOwnership()
495 …CreateOverlapLabel(DM dm, PetscInt levels, PetscSection rootSection, IS rootrank, PetscSection lea… in DMPlexCreateOverlapLabel() argument
532 PetscCall(ISGetIndices(rootrank, &rrank)); in DMPlexCreateOverlapLabel()
565 PetscCall(ISRestoreIndices(rootrank, &rrank)); in DMPlexCreateOverlapLabel()
661 …Label exLabel[], const PetscInt exValue[], PetscSection rootSection, IS rootrank, PetscSection lea… in DMPlexCreateOverlapLabelFromLabels() argument
685 PetscCall(ISGetIndices(rootrank, &rrank)); in DMPlexCreateOverlapLabelFromLabels()
733 PetscCall(ISRestoreIndices(rootrank, &rrank)); in DMPlexCreateOverlapLabelFromLabels()
2012 IS rootrank, leafrank; in DMPlexDistributeOverlap_Internal() local
2058 PetscCall(DMPlexDistributeOwnership(dm, rootSection, &rootrank, leafSection, &leafrank)); in DMPlexDistributeOverlap_Internal()
2059 …, mesh->numOvExLabels, mesh->ovExLabels, mesh->ovExValues, rootSection, rootrank, leafSection, lea… in DMPlexDistributeOverlap_Internal()
2060 …else PetscCall(DMPlexCreateOverlapLabel(dm, overlap, rootSection, rootrank, leafSection, leafrank,… in DMPlexDistributeOverlap_Internal()
2071 PetscCall(ISDestroy(&rootrank)); in DMPlexDistributeOverlap_Internal()