Searched refs:lastRow (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pdvec.c | 975 PetscInt firstRow, lastRow; in VecSetPreallocationCOO_MPI() local 980 lastRow = ranges[owner + 1] - 1; /* last row of this owner */ in VecSetPreallocationCOO_MPI() 983 PetscCall(PetscSortedIntUpperBound(i1, k, n1, lastRow, &p)); in VecSetPreallocationCOO_MPI()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 6417 PetscInt firstRow, lastRow; in MatSetPreallocationCOO_MPIAIJ() local 6422 lastRow = ranges[owner + 1] - 1; /* last row of this owner */ in MatSetPreallocationCOO_MPIAIJ() 6425 PetscCall(PetscSortedIntUpperBound(i1, k, n1, lastRow, &p)); in MatSetPreallocationCOO_MPIAIJ()
|