Searched refs:newP (Results 1 – 1 of 1) sorted by relevance
7957 for (PetscInt p = 0, newP = 0; p < numPoints; p++) { in DMPlexAnchorsGetSubMatModification() local7971 newPoints[2 * newP] = a; in DMPlexAnchorsGetSubMatModification()7972 …newPoints[2 * newP + 1] = 0; // orientations are accounted for in constructing the matrix, newly a… in DMPlexAnchorsGetSubMatModification()7973 newP++; in DMPlexAnchorsGetSubMatModification()7977 newPoints[2 * newP] = b; in DMPlexAnchorsGetSubMatModification()7978 newPoints[2 * newP + 1] = points[2 * p + 1]; in DMPlexAnchorsGetSubMatModification()7979 newP++; in DMPlexAnchorsGetSubMatModification()