Searched refs:array_write (Results 1 – 6 of 6) sorted by relevance
158 with mesh_coords.array_read() as x_array, u.array_write() as u_array:
212 with mesh_coords.array_write() as coords:
209 "with u.array_write() as u_array:\n",
120 "with I.array_write(P, P) as x:\n",
316 def array_write(self, *shape, memtype=MEM_HOST): member in Vector
318 with x.array_write() as a: