Lines Matching refs:w_array
60 w_array = np.zeros(q, dtype=ceed.scalar_type())
65 w_array[i] = 1 - x * x
67 v_true[i] = w_array[i] * u_array[i]
72 w.set_array(w_array, cmode=libceed.USE_POINTER)
122 w_array = np.zeros(q, dtype=ceed.scalar_type())
127 w_array[i] = 1 - x * x
129 v_true[i] = 5 * w_array[i] * u_array[i]
134 w.set_array(w_array, cmode=libceed.USE_POINTER)
208 w_array = np.zeros(q, dtype=ceed.scalar_type())
214 w_array[i] = 1 - x * x
216 v_true[i] = w_array[i] * u_array[i]
221 w.set_array(w_array, cmode=libceed.USE_POINTER)