Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c8006 for (PetscInt p = 0, o = fStart, oNew = fNewStart; p < numPoints; p++) { in DMPlexAnchorsGetSubMatModification() local
8032 PetscCall(MatGetValues(cMat, bSecDof, &indices[o], aDof, &newIndices[oNew], tmpMat)); in DMPlexAnchorsGetSubMatModification()
8034 …for (PetscInt e = 0; e < aDof; e++) modMat[(o + d) * newNumIndices + oNew + e] = tmpMat[d * aDof +… in DMPlexAnchorsGetSubMatModification()
8037 oNew += aDof; in DMPlexAnchorsGetSubMatModification()
8041 for (PetscInt d = 0; d < bSecDof; d++) modMat[(o + d) * newNumIndices + oNew + d] = 1; in DMPlexAnchorsGetSubMatModification()
8042 oNew += bSecDof; in DMPlexAnchorsGetSubMatModification()