Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c365 const PetscInt stride0 = ncrs * pc_gamg->data_cell_rows; in PCGAMGCreateLevel_GAMG() local
368 …PetscInt ix = ii * ndata_rows + kk + jj * stride0, jx = ii * node_data_sz + kk * ndata_cols + j… in PCGAMGCreateLevel_GAMG()