Searched refs:epl (Results 1 – 3 of 3) sorted by relevance
409 const PetscInt epl = stag->nGhost[0] * stag->nGhost[1]; in DMStagStencilToIndexLocal() local415 const PetscInt eLocal = epl * eLocalz + epr * eLocaly + eLocalx; in DMStagStencilToIndexLocal()
876 const PetscInt epl = stag->nGhost[1] * epr; in DMStagMigrateVec() local882 const PetscInt base = k * epl + j * epr + i * epe; in DMStagMigrateVec()
3196 const PetscInt epl = stag->nGhost[1] * epr; in DMStagComputeLocationOffsets_3d() local3218 …tag->locationOffsets[DMSTAG_FRONT_DOWN_LEFT] = stag->locationOffsets[DMSTAG_BACK_DOWN_LEFT] + epl; in DMStagComputeLocationOffsets_3d()3219 stag->locationOffsets[DMSTAG_FRONT_DOWN] = stag->locationOffsets[DMSTAG_BACK_DOWN] + epl; in DMStagComputeLocationOffsets_3d()3221 stag->locationOffsets[DMSTAG_FRONT_LEFT] = stag->locationOffsets[DMSTAG_BACK_LEFT] + epl; in DMStagComputeLocationOffsets_3d()3222 stag->locationOffsets[DMSTAG_FRONT] = stag->locationOffsets[DMSTAG_BACK] + epl; in DMStagComputeLocationOffsets_3d()3255 …const PetscInt epl = epr * stag->n[1] + (dummyEnd[1] ? stag->n[0] * entriesPerFace + (dum… in DMStagPopulateLocalToGlobalInjective_3d() local3269 …3d(stag, &count, idxLocal, idxGlobal, entriesPerEdge, entriesPerFace, epr, epl, eprGhost, eplGhost… in DMStagPopulateLocalToGlobalInjective_3d()