Searched refs:newNumPoints (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 7848 PetscInt newNumPoints = 0, newNumIndices = 0; in DMPlexAnchorsGetSubMatModification() local 7900 newNumPoints += 1; in DMPlexAnchorsGetSubMatModification() 7912 newNumPoints++; in DMPlexAnchorsGetSubMatModification() 7932 if (outNumPoints) *outNumPoints = newNumPoints; in DMPlexAnchorsGetSubMatModification() 7953 PetscCall(DMGetWorkArray(dm, 2 * newNumPoints, MPIU_INT, &newPoints)); in DMPlexAnchorsGetSubMatModification() 7954 PetscCall(PetscArrayzero(newPoints, 2 * newNumPoints)); in DMPlexAnchorsGetSubMatModification() 7997 …PetscCall(DMPlexAnchorsGetSubMatIndices(newNumPoints, newPoints, section, section, tmpNewIndices, … in DMPlexAnchorsGetSubMatModification() 8062 PetscCall(DMRestoreWorkArray(dm, 2 * newNumPoints, MPIU_INT, &newPoints)); in DMPlexAnchorsGetSubMatModification()
|