Lines Matching refs:n12
211 PetscMPIInt n0, n1, n2, n3, n4, n5, n6, n7, n8, n9, n10, n11, n12, n14; in DMSetUp_DA_3D() local
560 n12 = rank - 1; in DMSetUp_DA_3D()
583 n12 = rank + m - 1; in DMSetUp_DA_3D()
736 if (xs == 0) n0 = n3 = n6 = n9 = n12 = n15 = n18 = n21 = n24 = -2; in DMSetUp_DA_3D()
766 dd->neighbors[12] = n12; in DMSetUp_DA_3D()
928 if (n12 >= 0) { /* directly left */ in DMSetUp_DA_3D()
929 x_t = lx[n12 % m]; in DMSetUp_DA_3D()
932 s_t = bases[n12] + (i + 1) * x_t - s_x + k * x_t * y_t; in DMSetUp_DA_3D()
1238 if (n12 >= 0) { /* directly left */ in DMSetUp_DA_3D()
1239 x_t = lx[n12 % m]; in DMSetUp_DA_3D()
1242 s_t = bases[n12] + (i + 1) * x_t - s_x + k * x_t * y_t; in DMSetUp_DA_3D()