Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplextree.c1808 PetscInt aNumFillCols = ia[qConOff + 1] - aMatOffset; in DMPlexComputeAnchorMatrix_Tree_FromReference() local
1810 for (j = 0; j < aNumFillCols; j++) { in DMPlexComputeAnchorMatrix_Tree_FromReference()
1815 …inVal += pointMat[r * numCols + offset + col] * vals[aMatOffset + aNumFillCols * k + j] * (flip ? … in DMPlexComputeAnchorMatrix_Tree_FromReference()
1817 pointWork[r * aNumFillCols + j] = inVal; in DMPlexComputeAnchorMatrix_Tree_FromReference()
1821 for (j = 0, k = 0; j < aNumFillCols; j++) { in DMPlexComputeAnchorMatrix_Tree_FromReference()
1830 vals[matOffset + numFillCols * r + k] = pointWork[r * aNumFillCols + j]; in DMPlexComputeAnchorMatrix_Tree_FromReference()