Searched refs:childMat (Results 1 – 1 of 1) sorted by relevance
3728 PetscScalar *childMat = &childrenMats[childId - pRefStart][f][0]; in DMPlexComputeInjectorTree() local3732 …1] - rowOffsets[f], rowIndices, offsets[f + 1] - offsets[f], colIndices, childMat, INSERT_VALUES)); in DMPlexComputeInjectorTree()4014 const PetscScalar *childMat = refPointFieldMats[childId - pRefStart][f]; in DMPlexTransferVecTree_Interpolate() local4026 for (j = 0; j < numCols; j++) val += childMat[i * numCols + j] * cVal[j]; in DMPlexTransferVecTree_Interpolate()4183 PetscScalar *childMat = &childrenMats[childId - pRefStart][f][0]; in DMPlexTransferVecTree_Inject() local4191 for (j = 0; j < n; j++) val += childMat[n * i + j] * colValues[j]; in DMPlexTransferVecTree_Inject()