Searched refs:firstRow (Results 1 – 2 of 2) sorted by relevance
975 PetscInt firstRow, lastRow; in VecSetPreallocationCOO_MPI() local978 firstRow = i1[k]; /* first row of this owner */ in VecSetPreallocationCOO_MPI()979 PetscCall(PetscLayoutFindOwner(x->map, firstRow, &owner)); in VecSetPreallocationCOO_MPI()
6417 PetscInt firstRow, lastRow; in MatSetPreallocationCOO_MPIAIJ() local6420 firstRow = i1[k]; /* first row of this owner */ in MatSetPreallocationCOO_MPIAIJ()6421 PetscCall(PetscLayoutFindOwner(mat->rmap, firstRow, &owner)); in MatSetPreallocationCOO_MPIAIJ()