Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstagutils.c856 const PetscInt eprTo = stagTo->nGhost[0] * epeTo; in DMStagMigrateVec() local
860 const PetscInt baseTo = j * eprTo + i * epeTo; in DMStagMigrateVec()
875 const PetscInt eprTo = stagTo->nGhost[0] * epeTo; in DMStagMigrateVec() local
877 const PetscInt eplTo = stagTo->nGhost[1] * eprTo; in DMStagMigrateVec()
883 const PetscInt baseTo = k * eplTo + j * eprTo + i * epeTo; in DMStagMigrateVec()