Lines Matching refs:n5
211 PetscMPIInt n0, n1, n2, n3, n4, n5, n6, n7, n8, n9, n10, n11, n12, n14; in DMSetUp_DA_3D() local
552 n5 = rank - m * n + 1; in DMSetUp_DA_3D()
592 n5 = rank - m + 1 - (m * n); in DMSetUp_DA_3D()
632 n5 = size - (m * n) + rank + 1; in DMSetUp_DA_3D()
676 n5 = size - (m * n - rank) - (m - 1); in DMSetUp_DA_3D()
737 if (xe == M) n2 = n5 = n8 = n11 = n14 = n17 = n20 = n23 = n26 = -2; in DMSetUp_DA_3D()
748 if (zs == 0) n0 = n1 = n2 = n3 = n4 = n5 = n6 = n7 = n8 = -2; in DMSetUp_DA_3D()
759 dd->neighbors[5] = n5; in DMSetUp_DA_3D()
789 sn5 = n5; in DMSetUp_DA_3D()
805 …n0 = n1 = n2 = n3 = n5 = n6 = n7 = n8 = n9 = n11 = n15 = n17 = n18 = n19 = n20 = n21 = n23 = n24 =… in DMSetUp_DA_3D()
861 if (n5 >= 0) { /* directly right */ in DMSetUp_DA_3D()
862 x_t = lx[n5 % m]; in DMSetUp_DA_3D()
864 z_t = lz[n5 / (m * n)]; in DMSetUp_DA_3D()
865 s_t = bases[n5] + i * x_t + x_t * y_t * z_t - (s_z - k) * x_t * y_t; in DMSetUp_DA_3D()
866 … if (twod && (s_t < 0)) s_t = bases[n5] + i * x_t + x_t * y_t * z_t - x_t * y_t; /* 2D case */ in DMSetUp_DA_3D()
1078 n5 = sn5; in DMSetUp_DA_3D()
1159 if (n5 >= 0) { /* directly right */ in DMSetUp_DA_3D()
1160 x_t = lx[n5 % m]; in DMSetUp_DA_3D()
1162 z_t = lz[n5 / (m * n)]; in DMSetUp_DA_3D()
1163 s_t = bases[n5] + i * x_t + x_t * y_t * z_t - (s_z - k) * x_t * y_t; in DMSetUp_DA_3D()