Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c338 …ndata_rows = pc_gamg->data_cell_rows, ndata_cols = pc_gamg->data_cell_cols, node_data_sz = ndata_r… in PCGAMGCreateLevel_GAMG() local
364 for (jj = 0; jj < ndata_cols; jj++) { in PCGAMGCreateLevel_GAMG()
368 …etscInt ix = ii * ndata_rows + kk + jj * stride0, jx = ii * node_data_sz + kk * ndata_cols + jj; in PCGAMGCreateLevel_GAMG()
396 for (jj = 0; jj < ndata_cols; jj++) { in PCGAMGCreateLevel_GAMG()
399 …PetscInt ix = ii * ndata_rows + kk + jj * strideNew, jx = ii * node_data_sz + kk * ndata_cols + jj; in PCGAMGCreateLevel_GAMG()