Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/dm/
H A Ddmproject.c1099 const PetscInt xip = xi < 0 ? xi + xend[0] : (xi >= xend[0] ? xi - xend[0] : xi); in DMSwarmRemap_Colella_Internal() local
1107 const PetscInt rc = xip * xend[1] + xj; in DMSwarmRemap_Colella_Internal()