Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c1547 PetscScalar ***refPointFieldMats, *pointWork; in DMPlexComputeAnchorMatrix_Tree_FromReference() local
1569 PetscCall(PetscMalloc1(maxDof * maxDof * maxAnDof, &pointWork)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
1707 pointWork[r * aNumFillCols + j] = inVal; in DMPlexComputeAnchorMatrix_Tree_FromReference()
1717 …for (r = 0; r < cDof; r++) vals[matOffset + numFillCols * r + k] = pointWork[r * aNumFillCols + j]; in DMPlexComputeAnchorMatrix_Tree_FromReference()
1754 PetscCall(PetscFree(pointWork)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
2498 PetscScalar *pointWork; in DMPlexComputeInterpolatorTree() local
2678 PetscCall(PetscMalloc1(maxConDof * maxColumns, &pointWork)); in DMPlexComputeInterpolatorTree()
2774 pointWork[i * numCols + j] = val; in DMPlexComputeInterpolatorTree()
2777 …s(mat, numRows, &rowIndices[offsets[f]], numCols, &pInd[newOffsets[f]], pointWork, INSERT_VALUES)); in DMPlexComputeInterpolatorTree()
2790 pointWork[i * numCols + j] = val; in DMPlexComputeInterpolatorTree()
[all …]