Searched refs:pMatIn (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 2275 PetscScalar *pMatIn, *pMatModified; in DMPlexComputeInterpolatorTree() local 2291 PetscCall(DMGetWorkArray(coarse, numRowIndices * numRowIndices, MPIU_SCALAR, &pMatIn)); in DMPlexComputeInterpolatorTree() 2293 for (j = 0; j < numRowIndices; j++) pMatIn[i * numRowIndices + j] = (i == j) ? 1. : 0.; in DMPlexComputeInterpolatorTree() 2318 …difyMat(coarse, localCoarse, closureSize, numRowIndices, closure, perms, pMatIn, &numPoints, NULL,… in DMPlexComputeInterpolatorTree() 2339 … PetscCall(DMRestoreWorkArray(coarse, numRowIndices * numColIndices, MPIU_SCALAR, &pMatIn)); in DMPlexComputeInterpolatorTree()
|