Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c1169 PetscScalar *scwork; in DMPlexComputeAnchorMatrix_Tree_Direct() local
1220 PetscCall(PetscMalloc1(maxDof * maxDof, &scwork)); 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()
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()
1376 PetscCall(PetscFree(scwork)); in DMPlexComputeAnchorMatrix_Tree_Direct()