Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstagstencil.c398 const PetscInt epr = stag->nGhost[0]; in DMStagStencilToIndexLocal() local
403 const PetscInt eLocal = eLocalx + epr * eLocaly; in DMStagStencilToIndexLocal()
408 const PetscInt epr = stag->nGhost[0]; in DMStagStencilToIndexLocal() local
415 const PetscInt eLocal = epl * eLocalz + epr * eLocaly + eLocalx; in DMStagStencilToIndexLocal()
H A Dstagutils.c855 const PetscInt epr = stag->nGhost[0] * epe; in DMStagMigrateVec() local
859 const PetscInt base = j * epr + i * epe; in DMStagMigrateVec()
874 const PetscInt epr = stag->nGhost[0] * epe; in DMStagMigrateVec() local
876 const PetscInt epl = stag->nGhost[1] * epr; in DMStagMigrateVec()
882 const PetscInt base = k * epl + j * epr + i * epe; in DMStagMigrateVec()
H A Dstag3d.c3195 const PetscInt epr = stag->nGhost[0] * epe; in DMStagComputeLocationOffsets_3d() local
3196 const PetscInt epl = stag->nGhost[1] * epr; in DMStagComputeLocationOffsets_3d()
3206 …tag->locationOffsets[DMSTAG_BACK_UP_LEFT] = stag->locationOffsets[DMSTAG_BACK_DOWN_LEFT] + epr; in DMStagComputeLocationOffsets_3d()
3207 stag->locationOffsets[DMSTAG_BACK_UP] = stag->locationOffsets[DMSTAG_BACK_DOWN] + epr; in DMStagComputeLocationOffsets_3d()
3215 stag->locationOffsets[DMSTAG_UP_LEFT] = stag->locationOffsets[DMSTAG_DOWN_LEFT] + epr; in DMStagComputeLocationOffsets_3d()
3216 stag->locationOffsets[DMSTAG_UP] = stag->locationOffsets[DMSTAG_DOWN] + epr; in DMStagComputeLocationOffsets_3d()
3224 …ag->locationOffsets[DMSTAG_FRONT_UP_LEFT] = stag->locationOffsets[DMSTAG_FRONT_DOWN_LEFT] + epr; in DMStagComputeLocationOffsets_3d()
3225 stag->locationOffsets[DMSTAG_FRONT_UP] = stag->locationOffsets[DMSTAG_FRONT_DOWN] + epr; in DMStagComputeLocationOffsets_3d()
3254 …const PetscInt epr = stag->entriesPerElement * stag->n[0] + (dummyEnd[0] ? entriesPerFace… in DMStagPopulateLocalToGlobalInjective_3d() local
3255 …const PetscInt epl = epr * stag->n[1] + (dummyEnd[1] ? stag->n[0] * entriesPerFace + (dum… in DMStagPopulateLocalToGlobalInjective_3d()
[all …]
H A Dstag2d.c1146 const PetscInt epr = stag->nGhost[0] * epe; in DMStagComputeLocationOffsets_2d() local
1156 stag->locationOffsets[DMSTAG_UP_LEFT] = stag->locationOffsets[DMSTAG_DOWN_LEFT] + epr; in DMStagComputeLocationOffsets_2d()
1157 stag->locationOffsets[DMSTAG_UP] = stag->locationOffsets[DMSTAG_DOWN] + epr; in DMStagComputeLocationOffsets_2d()