Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstag3d.c69 …PetscInt ibackdownleftc, ibackdownc, ibackleftc, ibackc, idownleftc, idownc, ileftc, … in DMStagRestrictSimple_3d() local
96 PetscCall(DMStagGetLocationSlot(dmc, DMSTAG_BACK, 0, &ibackc)); in DMStagRestrictSimple_3d()
147 …if (factorx % 2 == 0 && factory % 2 == 0) arrc[k][j][i][ibackc + d] = 0.25 * (arrf[kk][jj - 1][ii … in DMStagRestrictSimple_3d()
148 …else if (factorx % 2 == 0) arrc[k][j][i][ibackc + d] = 0.5 * (arrf[kk][jj][ii - 1][ibackf + d] + a… in DMStagRestrictSimple_3d()
149 …else if (factory % 2 == 0) arrc[k][j][i][ibackc + d] = 0.5 * (arrf[kk][jj - 1][ii][ibackf + d] + a… in DMStagRestrictSimple_3d()
150 else arrc[k][j][i][ibackc + d] = arrf[kk][jj][ii][ibackf + d]; in DMStagRestrictSimple_3d()