Home
last modified time | relevance | path

Searched defs:shape (Results 1 – 3 of 3) sorted by relevance

/libCEED/python/
H A Dceed_vector.py266 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 Dceed_qfunctioncontext.py160 def data(self, *shape, memtype=MEM_HOST):
/libCEED/examples/petsc/
H A Dbpsraw.c562 …CeedInt shape[3] = {mesh_elem[0] + 1, mesh_elem[1] + 1, mesh_elem[2] + 1}, len = shape[0] * sh… in main() local