Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/cg/pipelcg/
H A Dpipelcg.c7 #define G_noshift(i, j) (plcg->G[((j) * (2 * l + 1)) + (i)]) macro
357 for (i = 0; i < (2 * l + 1); ++i) G_noshift(i, j) = 0.0; in KSPSolve_ReInitData_PIPELCG()