Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/utils/
H A Dsfutils.c728 … PetscInt rootIndices[], const PetscInt rootLocalIndices[], PetscInt rootLocalOffset, PetscInt num… in PetscSFCreateByMatchingIndices() argument
777 owners[i].index = rootLocalOffset + (rootLocalIndices ? rootLocalIndices[i] : i); in PetscSFCreateByMatchingIndices()
799 …if (areIndicesSame && rootLocalIndices == leafLocalIndices && leafLocalOffset == rootLocalOffset) { in PetscSFCreateByMatchingIndices()
822 …PetscCall(PetscSFSetGraph(*sf, rootLocalOffset + numRootIndices, nleaves, ilocal, PETSC_OWN_POINTE… in PetscSFCreateByMatchingIndices()
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1026 … PetscInt rootIndices[], const PetscInt rootLocalIndices[], PetscInt rootLocalOffset, PetscInt num… in PetscSFFindMatchingIndices() argument
1083 roots[i].index = rootLocalOffset + (rootLocalIndices ? rootLocalIndices[i] : i); in PetscSFFindMatchingIndices()