Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c1337 PetscInt r, s, nWorkP; in DMPlexComputeAnchorMatrix_Tree_Direct() local
1343 nWorkP = parentOffsets[j + 1] - parentOffsets[j]; in DMPlexComputeAnchorMatrix_Tree_Direct()
1348 …for (s = 0; s < nWorkP; s++) scwork[r * nWorkP + s] = X[fSize * (r + childOffsets[i]) + (s + paren… in DMPlexComputeAnchorMatrix_Tree_Direct()
1351 for (s = 0; s < nWorkP; s++) workIndCol[permP ? permP[s] : s] = aSecOff + s; in DMPlexComputeAnchorMatrix_Tree_Direct()
1354 for (s = 0; s < nWorkP; s++) scwork[r * nWorkP + s] *= flip[r]; in DMPlexComputeAnchorMatrix_Tree_Direct()
1359 for (s = 0; s < nWorkP; s++) scwork[r * nWorkP + s] *= flipP[s]; in DMPlexComputeAnchorMatrix_Tree_Direct()
1362 … PetscCall(MatSetValues(cMat, nWork, workIndRow, nWorkP, workIndCol, scwork, INSERT_VALUES)); in DMPlexComputeAnchorMatrix_Tree_Direct()