Searched refs:numFillCols (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 1638 PetscInt cDof, cOff, numCols, numFillCols, i, r, matOffset, offset; in DMPlexComputeAnchorMatrix_Tree_FromReference() local 1665 numFillCols = ia[cOff + 1] - matOffset; in DMPlexComputeAnchorMatrix_Tree_FromReference() 1713 for (; k < numFillCols; k++) { in DMPlexComputeAnchorMatrix_Tree_FromReference() 1716 …PetscCheck(k != numFillCols, PETSC_COMM_SELF, PETSC_ERR_PLIB, "No nonzero space for (%" PetscInt_F… in DMPlexComputeAnchorMatrix_Tree_FromReference() 1717 …for (r = 0; r < cDof; r++) vals[matOffset + numFillCols * r + k] = pointWork[r * aNumFillCols + j]; in DMPlexComputeAnchorMatrix_Tree_FromReference() 1721 for (k = 0; k < numFillCols; k++) { in DMPlexComputeAnchorMatrix_Tree_FromReference() 1724 …PetscCheck(k != numFillCols, PETSC_COMM_SELF, PETSC_ERR_PLIB, "No nonzero space for (%" PetscInt_F… in DMPlexComputeAnchorMatrix_Tree_FromReference() 1729 …vals[matOffset + numFillCols * r + k + col] += pointMat[r * numCols + offset + j] * (flip ? flip[c… in DMPlexComputeAnchorMatrix_Tree_FromReference()
|