Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c2275 PetscScalar *pMatIn, *pMatModified; in DMPlexComputeInterpolatorTree() local
2318 …e, numRowIndices, closure, perms, pMatIn, &numPoints, NULL, &points, &pMatModified, newOffsets, PE… in DMPlexComputeInterpolatorTree()
2328 for (i = 0; i < numRowIndices * numColIndices; i++) pMat[i] = pMatModified[i]; in DMPlexComputeInterpolatorTree()
2333 …j = newOffsets[f]; j < newOffsets[f + 1]; j++, count++) pMat[count] = pMatModified[i * numColIndic… in DMPlexComputeInterpolatorTree()
2337 … PetscCall(DMRestoreWorkArray(coarse, numRowIndices * numColIndices, MPIU_SCALAR, &pMatModified)); in DMPlexComputeInterpolatorTree()