Searched refs:rowIndex (Results 1 – 1 of 1) sorted by relevance
3602 PetscInt rowIndex = parentIndices[i]; in DMPlexComputeInjectorTree() local3603 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() local3651 if (rowIndex < 0) continue; in DMPlexComputeInjectorTree()3652 nnzD[rowIndex - rowStart] += numD; in DMPlexComputeInjectorTree()3653 nnzO[rowIndex - rowStart] += numO; in DMPlexComputeInjectorTree()