Home
last modified time | relevance | path

Searched refs:array_write (Results 1 – 6 of 6) sorted by relevance

/libCEED/examples/python/
H A Dex2_surface.py158 with mesh_coords.array_read() as x_array, u.array_write() as u_array:
H A Dex_common.py212 with mesh_coords.array_write() as coords:
H A Dtutorial-5-operator.ipynb209 "with u.array_write() as u_array:\n",
H A Dtutorial-3-basis.ipynb120 "with I.array_write(P, P) as x:\n",
/libCEED/python/
H A Dceed_vector.py316 def array_write(self, *shape, memtype=MEM_HOST): member in Vector
/libCEED/python/tests/
H A Dtest-1-vector.py318 with x.array_write() as a: