Searched refs:matCols (Results 1 – 1 of 1) sorted by relevance
2926 PetscInt *matRows, *matCols; in DMPlexComputeInjectorReferenceTree() local2996 matCols = matRows + numSelfDof; in DMPlexComputeInjectorReferenceTree()3014 for (j = 0; j < dof; j++) matCols[colOff++] = off + j; in DMPlexComputeInjectorReferenceTree()3144 … PetscCall(MatSetValues(mat, numSelfDof, matRows, numChildDof, matCols, pointMat, INSERT_VALUES)); in DMPlexComputeInjectorReferenceTree()