Searched refs:tmpNewIndices (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 7849 PetscInt *newPoints, *indices, *newIndices, *tmpIndices, *tmpNewIndices; in DMPlexAnchorsGetSubMatModification() local 7991 PetscCall(DMGetWorkArray(dm, newNumIndices, MPIU_INT, &tmpNewIndices)); in DMPlexAnchorsGetSubMatModification() 7997 …lexAnchorsGetSubMatIndices(newNumPoints, newPoints, section, section, tmpNewIndices, newOffsetsCop… in DMPlexAnchorsGetSubMatModification() 8051 PetscCall(DMRestoreWorkArray(dm, newNumIndices, MPIU_INT, &tmpNewIndices)); in DMPlexAnchorsGetSubMatModification()
|