Searched refs:pMat (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 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() [all …]
|