Searched refs:ndata_rows (Results 1 – 1 of 1) sorted by relevance
338 …const PetscInt *idx, ndata_rows = pc_gamg->data_cell_rows, ndata_cols = pc_gamg->data_cell_cols, n… in PCGAMGCreateLevel_GAMG() local367 for (kk = 0; kk < ndata_rows; kk++) { in PCGAMGCreateLevel_GAMG()368 …PetscInt ix = ii * ndata_rows + kk + jj * stride0, jx = ii * node_data_sz + kk * ndata_cols + j… in PCGAMGCreateLevel_GAMG()393 strideNew = ncrs_new * ndata_rows; in PCGAMGCreateLevel_GAMG()398 for (kk = 0; kk < ndata_rows; kk++) { in PCGAMGCreateLevel_GAMG()399 …PetscInt ix = ii * ndata_rows + kk + jj * strideNew, jx = ii * node_data_sz + kk * ndata_cols + jj; in PCGAMGCreateLevel_GAMG()