Searched refs:workIndCol (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 1171 PetscInt *sizes, *workIndRow, *workIndCol; in DMPlexComputeAnchorMatrix_Tree_Direct() local 1219 …im * nPoints, &pointsReal, nPoints * fSize * Nc, &work, maxDof, &workIndRow, maxDof, &workIndCol)); in DMPlexComputeAnchorMatrix_Tree_Direct() 1351 for (s = 0; s < nWorkP; s++) workIndCol[permP ? permP[s] : s] = aSecOff + s; in DMPlexComputeAnchorMatrix_Tree_Direct() 1362 … PetscCall(MatSetValues(cMat, nWork, workIndRow, nWorkP, workIndCol, scwork, INSERT_VALUES)); in DMPlexComputeAnchorMatrix_Tree_Direct() 1377 PetscCall(PetscFree7(sizes, weights, pointsRef, pointsReal, work, workIndRow, workIndCol)); in DMPlexComputeAnchorMatrix_Tree_Direct()
|