Lines Matching refs:Foi
476 MatRowMapType *Fdi, *Foi;
483 Foi = Foi_h.data() + 1;
519 Foi[curRowIdx]++;
529 Fdi = Fdi_h.data(); // restore Fdi, Foi and make them CSR
530 Foi = Foi_h.data();
533 Foi[i + 1] += Foi[i];
536 Fonz = Foi[Fm];
863 MatRowMapType *Fdi = Fdi_h.data(), *Foi = Foi_h.data();
866 Fdi[0] = Foi[0] = 0;
876 Foi[i + 1] = (Fi[i + 1] - Fi[i]) - Fdi[i + 1]; // row i length in Foi
880 Foi[i + 1] += Foi[i];
884 PetscInt Fdnz = Fdi[Fm], Fonz = Foi[Fm];
894 Foj[Foi[i] + j] = gid;
898 Foj[Foi[i] + j - len] = gid;
1007 const auto &Foi = Fo.graph.row_map;
1031 PetscInt blen = Foi(i + 1) - Foi(i);
1032 PetscInt Fii = Fdi(i) + Foi(i);
1037 Foa(Foi(i) + j) = val;
1041 Foa(Foi(i) + j - alen) = val;