Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/utils/ !
H A Dsfutils.c452 PetscInt *localIndices; in PetscSFCreateSectionSF() local
478 PetscCall(PetscMalloc1(numIndices, &localIndices)); in PetscSFCreateSectionSF()
492 localIndices[ind] = loff + d; in PetscSFCreateSectionSF()
499 …PetscCall(PetscSFSetGraph(*sectionSF, numSectionRoots, numIndices, localIndices, PETSC_OWN_POINTER… in PetscSFCreateSectionSF()