Searched refs:aNumFillCols (Results 1 – 1 of 1) sorted by relevance
1698 PetscInt aNumFillCols = ia[qConOff + 1] - aMatOffset; in DMPlexComputeAnchorMatrix_Tree_FromReference() local1700 for (j = 0; j < aNumFillCols; j++) { in DMPlexComputeAnchorMatrix_Tree_FromReference()1705 …inVal += pointMat[r * numCols + offset + col] * vals[aMatOffset + aNumFillCols * k + j] * (flip ? … in DMPlexComputeAnchorMatrix_Tree_FromReference()1707 pointWork[r * aNumFillCols + j] = inVal; in DMPlexComputeAnchorMatrix_Tree_FromReference()1711 for (j = 0, k = 0; j < aNumFillCols; j++) { in DMPlexComputeAnchorMatrix_Tree_FromReference()1717 …for (r = 0; r < cDof; r++) vals[matOffset + numFillCols * r + k] = pointWork[r * aNumFillCols + j]; in DMPlexComputeAnchorMatrix_Tree_FromReference()