Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c2752 PetscScalar *inMat = &pMat[count]; in DMPlexComputeInterpolatorTree() local
2754 …alues(mat, numRows, &rowIndices[offsets[f]], numCols, &pInd[newOffsets[f]], inMat, INSERT_VALUES)); in DMPlexComputeInterpolatorTree()
2767 PetscScalar *inMat = &pMat[count]; in DMPlexComputeInterpolatorTree() local
2773 … k++) val += refPointFieldMats[childId - pRefStart][f][i * numInRows + k] * inMat[k * numCols + j]; in DMPlexComputeInterpolatorTree()