Searched refs:localRows (Results 1 – 1 of 1) sorted by relevance
12 PetscInt localRows = 0; in fill() local19 if (rank == 1 || rank == 2) localRows = 4; in fill()20 if (size == 1) localRows = 8; in fill()21 PetscCall(MatSetSizes(m, localRows, PETSC_DECIDE, PETSC_DECIDE, 3)); in fill()22 PetscCall(VecSetSizes(v, localRows, PETSC_DECIDE)); in fill()