Searched refs:mylocal (Results 1 – 1 of 1) sorted by relevance
135 PetscInt ys, ye, mylocal; in private_DMDALocatePointsIS_2D_Regular() local150 mylocal = ye - ys - 1; in private_DMDALocatePointsIS_2D_Regular()153 dx[1] = (gmax_l[1] - gmin_l[1]) / ((PetscReal)mylocal); in private_DMDALocatePointsIS_2D_Regular()197 PetscInt ys, ye, mylocal; in private_DMDALocatePointsIS_3D_Regular() local215 mylocal = ye - ys - 1; in private_DMDALocatePointsIS_3D_Regular()219 dx[1] = (gmax_l[1] - gmin_l[1]) / ((PetscReal)mylocal); in private_DMDALocatePointsIS_3D_Regular()259 cellidx[p] = (mi[0] - xs) + (mi[1] - ys) * mxlocal + (mi[2] - zs) * mxlocal * mylocal; in private_DMDALocatePointsIS_3D_Regular()