Searched refs:matOffset (Results 1 – 1 of 1) sorted by relevance
1638 PetscInt cDof, cOff, numCols, numFillCols, i, r, matOffset, offset; in DMPlexComputeAnchorMatrix_Tree_FromReference() local1664 matOffset = ia[cOff]; in DMPlexComputeAnchorMatrix_Tree_FromReference()1665 numFillCols = ia[cOff + 1] - matOffset; in DMPlexComputeAnchorMatrix_Tree_FromReference()1714 if (ja[matOffset + k] == col) break; in DMPlexComputeAnchorMatrix_Tree_FromReference()1717 …for (r = 0; r < cDof; r++) vals[matOffset + numFillCols * r + k] = pointWork[r * aNumFillCols + j]; in DMPlexComputeAnchorMatrix_Tree_FromReference()1722 if (ja[matOffset + k] == aOff) break; in DMPlexComputeAnchorMatrix_Tree_FromReference()1729 …vals[matOffset + numFillCols * r + k + col] += pointMat[r * numCols + offset + j] * (flip ? flip[c… in DMPlexComputeAnchorMatrix_Tree_FromReference()