| /petsc/src/dm/impls/stag/ |
| H A D | stagmulti.c | 995 PetscInt xc, mc, nExtraxc, i, d, ii, count; in DMStagPopulateRestriction1d_Internal() local 1017 PetscCall(DMStagGetCorners(dmc, &xc, NULL, NULL, &mc, NULL, NULL, &nExtraxc, NULL, NULL)); in DMStagPopulateRestriction1d_Internal() 1020 for (i = xc; i < xc + mc + nExtraxc; ++i) { in DMStagPopulateRestriction1d_Internal() 1067 PetscInt xc, yc, mc, nc, nExtraxc, nExtrayc, i, j, d, ii, jj, count; in DMStagPopulateRestriction2d_Internal() local 1092 PetscCall(DMStagGetCorners(dmc, &xc, &yc, NULL, &mc, &nc, NULL, &nExtraxc, &nExtrayc, NULL)); in DMStagPopulateRestriction2d_Internal() 1096 for (i = xc; i < xc + mc + nExtraxc; ++i) { in DMStagPopulateRestriction2d_Internal() 1126 for (i = xc; i < xc + mc + nExtraxc; ++i) { in DMStagPopulateRestriction2d_Internal() 1210 …PetscInt xc, yc, zc, mc, nc, pc, nExtraxc, nExtrayc, nExtrazc, i, j, k, d, ii, jj, kk, count; in DMStagPopulateRestriction3d_Internal() local 1236 PetscCall(DMStagGetCorners(dmc, &xc, &yc, &zc, &mc, &nc, &pc, &nExtraxc, &nExtrayc, &nExtrazc)); in DMStagPopulateRestriction3d_Internal() 1241 for (i = xc; i < xc + mc + nExtraxc; ++i) { in DMStagPopulateRestriction3d_Internal() [all …]
|
| H A D | stag1d.c | 54 PetscInt xc, mc, nExtraxc, i, d; in DMStagRestrictSimple_1d() local 65 PetscCall(DMStagGetCorners(dmc, &xc, NULL, NULL, &mc, NULL, NULL, &nExtraxc, NULL, NULL)); in DMStagRestrictSimple_1d() 75 for (i = xc; i < xc + mc + nExtraxc; ++i) arrc[i][ileftc + d] = arrf[factorx * i][ileftf + d]; in DMStagRestrictSimple_1d()
|
| H A D | stag2d.c | 60 PetscInt xc, yc, mc, nc, nExtraxc, nExtrayc, i, j, d; in DMStagRestrictSimple_2d() local 72 PetscCall(DMStagGetCorners(dmc, &xc, &yc, NULL, &mc, &nc, NULL, &nExtraxc, &nExtrayc, NULL)); in DMStagRestrictSimple_2d() 87 for (i = xc; i < xc + mc + nExtraxc; ++i) { in DMStagRestrictSimple_2d() 95 for (i = xc; i < xc + mc + nExtraxc; ++i) { in DMStagRestrictSimple_2d()
|
| H A D | stag3d.c | 67 PetscInt xc, yc, zc, mc, nc, pc, nExtraxc, nExtrayc, nExtrazc, i, j, k, d; in DMStagRestrictSimple_3d() local 81 PetscCall(DMStagGetCorners(dmc, &xc, &yc, &zc, &mc, &nc, &pc, &nExtraxc, &nExtrayc, &nExtrazc)); in DMStagRestrictSimple_3d() 105 for (i = xc; i < xc + mc + nExtraxc; ++i) { in DMStagRestrictSimple_3d() 124 for (i = xc; i < xc + mc + nExtraxc; ++i) { in DMStagRestrictSimple_3d() 134 for (i = xc; i < xc + mc + nExtraxc; ++i) { in DMStagRestrictSimple_3d() 168 for (i = xc; i < xc + mc + nExtraxc; ++i) { in DMStagRestrictSimple_3d()
|