Lines Matching refs:lx
203 PetscInt *lx = dd->lx; in DMSetUp_DA_3D() local
335 if (!lx) { in DMSetUp_DA_3D()
336 PetscCall(PetscMalloc1(m, &dd->lx)); in DMSetUp_DA_3D()
337 lx = dd->lx; in DMSetUp_DA_3D()
338 for (i = 0; i < m; i++) lx[i] = M / m + ((M % m) > (i % m)); in DMSetUp_DA_3D()
340 x = lx[rank % m]; in DMSetUp_DA_3D()
342 for (i = 0; i < (rank % m); i++) xs += lx[i]; in DMSetUp_DA_3D()
815 x_t = lx[n0 % m]; in DMSetUp_DA_3D()
831 x_t = lx[n2 % m]; in DMSetUp_DA_3D()
842 x_t = lx[n3 % m]; in DMSetUp_DA_3D()
862 x_t = lx[n5 % m]; in DMSetUp_DA_3D()
873 x_t = lx[n6 % m]; in DMSetUp_DA_3D()
889 x_t = lx[n8 % m]; in DMSetUp_DA_3D()
903 x_t = lx[n9 % m]; in DMSetUp_DA_3D()
919 x_t = lx[n11 % m]; in DMSetUp_DA_3D()
929 x_t = lx[n12 % m]; in DMSetUp_DA_3D()
943 x_t = lx[n14 % m]; in DMSetUp_DA_3D()
955 x_t = lx[n15 % m]; in DMSetUp_DA_3D()
971 x_t = lx[n17 % m]; in DMSetUp_DA_3D()
984 x_t = lx[n18 % m]; in DMSetUp_DA_3D()
1000 x_t = lx[n20 % m]; in DMSetUp_DA_3D()
1011 x_t = lx[n21 % m]; in DMSetUp_DA_3D()
1031 x_t = lx[n23 % m]; in DMSetUp_DA_3D()
1042 x_t = lx[n24 % m]; in DMSetUp_DA_3D()
1058 x_t = lx[n26 % m]; in DMSetUp_DA_3D()
1106 x_t = lx[n0 % m]; in DMSetUp_DA_3D()
1124 x_t = lx[n2 % m]; in DMSetUp_DA_3D()
1136 x_t = lx[n3 % m]; in DMSetUp_DA_3D()
1160 x_t = lx[n5 % m]; in DMSetUp_DA_3D()
1172 x_t = lx[n6 % m]; in DMSetUp_DA_3D()
1190 x_t = lx[n8 % m]; in DMSetUp_DA_3D()
1205 x_t = lx[n9 % m]; in DMSetUp_DA_3D()
1227 x_t = lx[n11 % m]; in DMSetUp_DA_3D()
1239 x_t = lx[n12 % m]; in DMSetUp_DA_3D()
1257 x_t = lx[n14 % m]; in DMSetUp_DA_3D()
1273 x_t = lx[n15 % m]; in DMSetUp_DA_3D()
1295 x_t = lx[n17 % m]; in DMSetUp_DA_3D()
1310 x_t = lx[n18 % m]; in DMSetUp_DA_3D()
1328 x_t = lx[n20 % m]; in DMSetUp_DA_3D()
1340 x_t = lx[n21 % m]; in DMSetUp_DA_3D()
1364 x_t = lx[n23 % m]; in DMSetUp_DA_3D()
1376 x_t = lx[n24 % m]; in DMSetUp_DA_3D()
1394 x_t = lx[n26 % m]; in DMSetUp_DA_3D()
1512 …tscInt m, PetscInt n, PetscInt p, PetscInt dof, PetscInt s, const PetscInt lx[], const PetscInt ly… in DMDACreate3d() argument
1523 PetscCall(DMDASetOwnershipRanges(*da, lx, ly, lz)); in DMDACreate3d()