Searched refs:xip (Results 1 – 1 of 1) sorted by relevance
1099 const PetscInt xip = xi < 0 ? xi + xend[0] : (xi >= xend[0] ? xi - xend[0] : xi); in DMSwarmRemap_Colella_Internal() local1107 const PetscInt rc = xip * xend[1] + xj; in DMSwarmRemap_Colella_Internal()