Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c2926 PetscInt *matRows, *matCols; in DMPlexComputeInjectorReferenceTree() local
2996 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()