Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c7790 …nst PetscInt pnts[], PetscSection section, PetscSection cSec, PetscInt tmpIndices[], PetscInt fiel… in DMPlexAnchorsGetSubMatIndices() argument
7822 …(indices_section, PETSC_TRUE, b, bOff, fEnd, PETSC_TRUE, perms, perms ? p : -1, NULL, tmpIndices)); in DMPlexAnchorsGetSubMatIndices()
7824 … < fEnd[f]; i++) indices[fieldOffsets[f]++] = (cSecDof > 0) ? tmpIndices[i] : -(tmpIndices[i] + 1); in DMPlexAnchorsGetSubMatIndices()
7830 …TSC_TRUE, b, bOff, &bEnd, PETSC_TRUE, (perms && perms[0]) ? perms[0][p] : NULL, NULL, tmpIndices)); in DMPlexAnchorsGetSubMatIndices()
7832 …; i < bEnd; i++) indices[fieldOffsets[0]++] = (cSecDof > 0) ? tmpIndices[i] : -(tmpIndices[i] + 1); in DMPlexAnchorsGetSubMatIndices()
7849 PetscInt *newPoints, *indices, *newIndices, *tmpIndices, *tmpNewIndices; in DMPlexAnchorsGetSubMatModification() local
7989 PetscCall(DMGetWorkArray(dm, numIndices, MPIU_INT, &tmpIndices)); in DMPlexAnchorsGetSubMatModification()
7996 …PetscCall(DMPlexAnchorsGetSubMatIndices(numPoints, points, section, cSec, tmpIndices, oldOffsetsCo… in DMPlexAnchorsGetSubMatModification()
8053 PetscCall(DMRestoreWorkArray(dm, numIndices, MPIU_INT, &tmpIndices)); in DMPlexAnchorsGetSubMatModification()