Searched defs:shape (Results 1 – 3 of 3) sorted by relevance
| /libCEED/python/ |
| H A D | ceed_vector.py | 266 def array(self, *shape, memtype=MEM_HOST): 291 def array_read(self, *shape, memtype=MEM_HOST): 316 def array_write(self, *shape, memtype=MEM_HOST):
|
| H A D | ceed_qfunctioncontext.py | 160 def data(self, *shape, memtype=MEM_HOST):
|
| /libCEED/examples/petsc/ |
| H A D | bpsraw.c | 562 …CeedInt shape[3] = {mesh_elem[0] + 1, mesh_elem[1] + 1, mesh_elem[2] + 1}, len = shape[0] * sh… in main() local
|