Searched refs:epr (Results 1 – 4 of 4) sorted by relevance
398 const PetscInt epr = stag->nGhost[0]; in DMStagStencilToIndexLocal() local403 const PetscInt eLocal = eLocalx + epr * eLocaly; in DMStagStencilToIndexLocal()408 const PetscInt epr = stag->nGhost[0]; in DMStagStencilToIndexLocal() local415 const PetscInt eLocal = epl * eLocalz + epr * eLocaly + eLocalx; in DMStagStencilToIndexLocal()
855 const PetscInt epr = stag->nGhost[0] * epe; in DMStagMigrateVec() local859 const PetscInt base = j * epr + i * epe; in DMStagMigrateVec()874 const PetscInt epr = stag->nGhost[0] * epe; in DMStagMigrateVec() local876 const PetscInt epl = stag->nGhost[1] * epr; in DMStagMigrateVec()882 const PetscInt base = k * epl + j * epr + i * epe; in DMStagMigrateVec()
3195 const PetscInt epr = stag->nGhost[0] * epe; in DMStagComputeLocationOffsets_3d() local3196 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() local3255 …const PetscInt epl = epr * stag->n[1] + (dummyEnd[1] ? stag->n[0] * entriesPerFace + (dum… in DMStagPopulateLocalToGlobalInjective_3d()[all …]
1146 const PetscInt epr = stag->nGhost[0] * epe; in DMStagComputeLocationOffsets_2d() local1156 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()