Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c3602 PetscInt rowIndex = parentIndices[i]; in DMPlexComputeInjectorTree() local
3603 if (rowIndex < 0) continue; in DMPlexComputeInjectorTree()
3606 nnzD[rowIndex - rowStart] = 1; in DMPlexComputeInjectorTree()
3608 nnzO[rowIndex - rowStart] = 1; in DMPlexComputeInjectorTree()
3649 PetscInt rowIndex = parentIndices[i]; in DMPlexComputeInjectorTree() local
3651 if (rowIndex < 0) continue; in DMPlexComputeInjectorTree()
3652 nnzD[rowIndex - rowStart] += numD; in DMPlexComputeInjectorTree()
3653 nnzO[rowIndex - rowStart] += numO; in DMPlexComputeInjectorTree()