Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/utils/
H A Dsfutils.c728 … PetscInt leafIndices[], const PetscInt leafLocalIndices[], PetscInt leafLocalOffset, PetscSF *sfA… in PetscSFCreateByMatchingIndices() argument
799 …if (areIndicesSame && rootLocalIndices == leafLocalIndices && leafLocalOffset == rootLocalOffset) { in PetscSFCreateByMatchingIndices()
807 ilocal[nleaves] = leafLocalOffset + i; in PetscSFCreateByMatchingIndices()
817 …for (i = 0; i < nleaves; ++i) ilocal[i] = leafLocalOffset + (leafLocalIndices ? leafLocalIndices[i… in PetscSFCreateByMatchingIndices()
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1026 … PetscInt leafIndices[], const PetscInt leafLocalIndices[], PetscInt leafLocalOffset, PetscSection… in PetscSFFindMatchingIndices() argument