Searched refs:nExtrayc (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stagmulti.c | 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() 1095 for (j = yc; j < yc + nc + nExtrayc; ++j) in DMStagPopulateRestriction2d_Internal() 1153 for (j = yc; j < yc + nc + nExtrayc; ++j) 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() 1240 for (j = yc; j < yc + nc + nExtrayc; ++j) in DMStagPopulateRestriction3d_Internal() 1277 for (j = yc; j < yc + nc + nExtrayc; ++j) in DMStagPopulateRestriction3d_Internal() 1342 for (j = yc; j < yc + nc + nExtrayc; ++j) in DMStagPopulateRestriction3d_Internal() 1410 for (j = yc; j < yc + nc + nExtrayc; ++j) in DMStagPopulateRestriction3d_Internal()
|
| 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() 86 for (j = yc; j < yc + nc + nExtrayc; ++j) in DMStagRestrictSimple_2d() 103 for (j = yc; j < yc + nc + nExtrayc; ++j) 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() 104 for (j = yc; j < yc + nc + nExtrayc; ++j) in DMStagRestrictSimple_3d() 113 for (j = yc; j < yc + nc + nExtrayc; ++j) in DMStagRestrictSimple_3d() 133 for (j = yc; j < yc + nc + nExtrayc; ++j) in DMStagRestrictSimple_3d() 155 for (j = yc; j < yc + nc + nExtrayc; ++j) in DMStagRestrictSimple_3d()
|