Searched refs:rootLocalIndices (Results 1 – 2 of 2) sorted by relevance
728 …tscInt numRootIndices, const PetscInt rootIndices[], const PetscInt rootLocalIndices[], PetscInt r… in PetscSFCreateByMatchingIndices() argument740 if (rootLocalIndices) PetscAssertPointer(rootLocalIndices, 4); in PetscSFCreateByMatchingIndices()777 owners[i].index = rootLocalOffset + (rootLocalIndices ? rootLocalIndices[i] : i); in PetscSFCreateByMatchingIndices()799 …if (areIndicesSame && rootLocalIndices == leafLocalIndices && leafLocalOffset == rootLocalOffset) { in PetscSFCreateByMatchingIndices()
1026 …tscInt numRootIndices, const PetscInt rootIndices[], const PetscInt rootLocalIndices[], PetscInt r… in PetscSFFindMatchingIndices() argument1039 if (rootLocalIndices) PetscAssertPointer(rootLocalIndices, 4); in PetscSFFindMatchingIndices()1083 roots[i].index = rootLocalOffset + (rootLocalIndices ? rootLocalIndices[i] : i); in PetscSFFindMatchingIndices()