Lines Matching refs:u_array
61 u_array = np.zeros(q, dtype=ceed.scalar_type())
66 u_array[i] = 2 + 3 * x + 5 * x * x
67 v_true[i] = w_array[i] * u_array[i]
74 u.set_array(u_array, cmode=libceed.USE_POINTER)
123 u_array = np.zeros(q, dtype=ceed.scalar_type())
128 u_array[i] = 2 + 3 * x + 5 * x * x
129 v_true[i] = 5 * w_array[i] * u_array[i]
136 u.set_array(u_array, cmode=libceed.USE_POINTER)
209 u_array = np.zeros(q, dtype=ceed.scalar_type())
215 u_array[i] = 2 + 3 * x + 5 * x * x
216 v_true[i] = w_array[i] * u_array[i]
223 u.set_array(u_array, cmode=libceed.USE_POINTER)
253 u_array = np.zeros(q, dtype=ceed.scalar_type())
255 u_array[i] = i * i
258 u.set_array(u_array, cmode=libceed.USE_POINTER)
283 u_array = np.zeros(q * size, dtype=ceed.scalar_type())
285 u_array[i] = i * i
288 u.set_array(u_array, cmode=libceed.USE_POINTER)