Lines Matching refs:pMat
2240 PetscScalar *pMat = NULL; in DMPlexComputeInterpolatorTree() local
2256 pMat = &rootMatrices[pMatOff]; in DMPlexComputeInterpolatorTree()
2328 for (i = 0; i < numRowIndices * numColIndices; i++) pMat[i] = pMatModified[i]; in DMPlexComputeInterpolatorTree()
2333 …for (j = newOffsets[f]; j < newOffsets[f + 1]; j++, count++) pMat[count] = pMatModified[i * numCol… in DMPlexComputeInterpolatorTree()
2413 …tGetValues(cMat, iSize, &rowIndices[offsets[f]], jSize, &colIndices[newOffsets[f]], &pMat[count])); in DMPlexComputeInterpolatorTree()
2426 PetscCall(MatGetValues(cMat, numRowIndices, rowIndices, numColIndices, colIndices, pMat)); in DMPlexComputeInterpolatorTree()
2741 PetscScalar *pMat; in DMPlexComputeInterpolatorTree() local
2744 pMat = &leafMatrices[pMatOff]; in DMPlexComputeInterpolatorTree()
2752 PetscScalar *inMat = &pMat[count]; in DMPlexComputeInterpolatorTree()
2758 … PetscCall(MatSetValues(mat, gDof, rowIndices, numColIndices, pInd, pMat, INSERT_VALUES)); in DMPlexComputeInterpolatorTree()
2767 PetscScalar *inMat = &pMat[count]; in DMPlexComputeInterpolatorTree()
2789 …; k++) val += refPointFieldMats[childId - pRefStart][0][i * numInRows + k] * pMat[k * numCols + j]; in DMPlexComputeInterpolatorTree()