Lines Matching refs:ny
589 nx, ny = 3, 2
590 ndofs = (nx * 2 + 1) * (ny * 2 + 1)
598 x_array[i + ndofs] = (1. / (ny * 2)) * (i / (nx * 2 + 1))
696 nx, ny = 3, 2
697 ndofs = (nx * 2 + 1) * (ny * 2 + 1)
705 x_array[i + ndofs] = (1. / (ny * 2)) * (i / (nx * 2 + 1))
803 nx, ny = 3, 3
806 ndofs = (nx * 2 + 1) * (ny * 2 + 1)
812 for i in range(ny * 2 + 1):
814 x_array[i + j * (ny * 2 + 1)] = i / (2 * ny)
815 x_array[i + j * (ny * 2 + 1) + ndofs] = j / (2 * nx)
979 nx, ny = 3, 3
982 ndofs = (nx * 2 + 1) * (ny * 2 + 1)
988 for i in range(ny * 2 + 1):
990 x_array[i + j * (ny * 2 + 1)] = i / (2 * ny)
991 x_array[i + j * (ny * 2 + 1) + ndofs] = j / (2 * nx)
1156 nx, ny = 3, 3
1159 ndofs = (nx * 2 + 1) * (ny * 2 + 1)
1328 nx, ny = 3, 3
1331 ndofs = (nx * 2 + 1) * (ny * 2 + 1)
1337 for i in range(ny * 2 + 1):
1339 x_array[i + j * (ny * 2 + 1)] = i / (2 * ny)
1340 x_array[i + j * (ny * 2 + 1) + ndofs] = j / (2 * nx)
1520 ny = 2
1521 ndofs = (nx * 2 + 1) * (ny * 2 + 1)
1528 for j in range(ny * 2 + 1):
1530 x_array[i + j * (nx * 2 + 1) + 1 * ndofs] = j / (2 * ny)