Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c7849 PetscInt *newPoints, *indices, *newIndices, *tmpIndices, *tmpNewIndices; in DMPlexAnchorsGetSubMatModification() local
7990 PetscCall(DMGetWorkArray(dm, newNumIndices, MPIU_INT, &newIndices)); in DMPlexAnchorsGetSubMatModification()
7994 for (PetscInt i = 0; i < newNumIndices; i++) newIndices[i] = -1; in DMPlexAnchorsGetSubMatModification()
7997 …dices(newNumPoints, newPoints, section, section, tmpNewIndices, newOffsetsCopy, newIndices, NULL)); in DMPlexAnchorsGetSubMatModification()
8032 PetscCall(MatGetValues(cMat, bSecDof, &indices[o], aDof, &newIndices[oNew], tmpMat)); in DMPlexAnchorsGetSubMatModification()
8052 PetscCall(DMRestoreWorkArray(dm, newNumIndices, MPIU_INT, &newIndices)); in DMPlexAnchorsGetSubMatModification()