Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/mpi/
H A Dpdvec.c975 PetscInt firstRow, lastRow; in VecSetPreallocationCOO_MPI() local
978 firstRow = i1[k]; /* first row of this owner */ in VecSetPreallocationCOO_MPI()
979 PetscCall(PetscLayoutFindOwner(x->map, firstRow, &owner)); in VecSetPreallocationCOO_MPI()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c6417 PetscInt firstRow, lastRow; in MatSetPreallocationCOO_MPIAIJ() local
6420 firstRow = i1[k]; /* first row of this owner */ in MatSetPreallocationCOO_MPIAIJ()
6421 PetscCall(PetscLayoutFindOwner(mat->rmap, firstRow, &owner)); in MatSetPreallocationCOO_MPIAIJ()