Searched refs:rStartD (Results 1 – 1 of 1) sorted by relevance
27 PetscInt *locRowsA, *locColsA, *locRowsD, *locColsD, rStartA, rStartD; in main() local44 PetscCall(PetscLayoutGetRange(layoutD, &rStartD, NULL)); in main()47 for (PetscInt r = 0; r < 2; ++r) locRowsD[r] = r + rStartD; in main()49 for (PetscInt c = 0; c < 2; ++c) locColsD[c] = c + rStartD; in main()