Searched refs:inMat (Results 1 – 1 of 1) sorted by relevance
2752 PetscScalar *inMat = &pMat[count]; in DMPlexComputeInterpolatorTree() local2754 …alues(mat, numRows, &rowIndices[offsets[f]], numCols, &pInd[newOffsets[f]], inMat, INSERT_VALUES)); in DMPlexComputeInterpolatorTree()2767 PetscScalar *inMat = &pMat[count]; in DMPlexComputeInterpolatorTree() local2773 … k++) val += refPointFieldMats[childId - pRefStart][f][i * numInRows + k] * inMat[k * numCols + j]; in DMPlexComputeInterpolatorTree()