Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/utils/
H A Dsfutils.c453 PetscSFNode *remoteIndices; in PetscSFCreateSectionSF() local
479 PetscCall(PetscMalloc1(numIndices, &remoteIndices)); in PetscSFCreateSectionSF()
493 remoteIndices[ind].rank = rank; in PetscSFCreateSectionSF()
494 remoteIndices[ind].index = remoteOffset + d; in PetscSFCreateSectionSF()
499 …tionSF, numSectionRoots, numIndices, localIndices, PETSC_OWN_POINTER, remoteIndices, PETSC_OWN_POI… in PetscSFCreateSectionSF()