Searched refs:annz (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 10716 …PetscInt pStart, pEnd, p, sStart, sEnd, dof, aDof, aOff, off, nnz, annz, m, n, q, a, offset… in DMPlexCreateConstraintMatrix_Anchors() local 10753 annz = 0; in DMPlexCreateConstraintMatrix_Anchors() 10758 annz += aDof; in DMPlexCreateConstraintMatrix_Anchors() 10762 for (q = 0; q < dof; q++) i[off + q + 1] = i[off + q] + annz; in DMPlexCreateConstraintMatrix_Anchors() 10765 annz = 0; in DMPlexCreateConstraintMatrix_Anchors() 10771 annz += aDof; in DMPlexCreateConstraintMatrix_Anchors() 10775 for (q = 0; q < dof; q++) i[off + q + 1] = i[off + q] + annz; in DMPlexCreateConstraintMatrix_Anchors()
|