Searched refs:workIndRow (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 …f, spdim * nPoints, &pointsReal, nPoints * fSize * Nc, &work, maxDof, &workIndRow, maxDof, &workIn… in DMPlexComputeAnchorMatrix_Tree_Direct() 1350 for (r = 0; r < nWork; r++) workIndRow[perm ? perm[r] : r] = conOff + r; 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()
|