Searched refs:n14 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | da3.c | 211 PetscMPIInt n0, n1, n2, n3, n4, n5, n6, n7, n8, n9, n10, n11, n12, n14; in DMSetUp_DA_3D() local 561 n14 = rank + 1; in DMSetUp_DA_3D() 595 n14 = 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() 768 dd->neighbors[14] = n14; in DMSetUp_DA_3D() 942 if (n14 >= 0) { /* directly right */ in DMSetUp_DA_3D() 943 x_t = lx[n14 % m]; in DMSetUp_DA_3D() 946 s_t = bases[n14] + i * x_t + k * x_t * y_t; in DMSetUp_DA_3D() 1256 if (n14 >= 0) { /* directly right */ in DMSetUp_DA_3D() 1257 x_t = lx[n14 % m]; in DMSetUp_DA_3D() [all …]
|