Searched defs:cmode (Results 1 – 6 of 6) sorted by relevance
| /libCEED/python/ |
| H A D | ceed_elemrestriction.py | 177 memtype=MEM_HOST, cmode=COPY_VALUES): argument 210 orients, memtype=MEM_HOST, cmode=COPY_VALUES): argument 249 curl_orients, memtype=MEM_HOST, cmode=COPY_VALUES): argument 315 offsets, memtype=MEM_HOST, cmode=COPY_VALUES): argument 376 offsets, orients, memtype=MEM_HOST, cmode=COPY_VALUES): argument 407 offsets, curl_orients, memtype=MEM_HOST, cmode=COPY_VALUES): argument
|
| H A D | ceed.py | 197 memtype=lib.CEED_MEM_HOST, cmode=lib.CEED_COPY_VALUES): argument 225 … offsets, orients, memtype=lib.CEED_MEM_HOST, cmode=lib.CEED_COPY_VALUES): argument 258 … offsets, curl_orients, memtype=lib.CEED_MEM_HOST, cmode=lib.CEED_COPY_VALUES): argument 314 cmode=lib.CEED_COPY_VALUES): argument 345 … lsize, offsets, orients, memtype=lib.CEED_MEM_HOST, cmode=lib.CEED_COPY_VALUES): argument 382 … lsize, offsets, curl_orients, memtype=lib.CEED_MEM_HOST, cmode=lib.CEED_COPY_VALUES): argument
|
| H A D | ceed_qfunctioncontext.py | 63 def set_data(self, data, memtype=MEM_HOST, cmode=COPY_VALUES): argument
|
| H A D | ceed_vector.py | 73 def set_array(self, array, memtype=MEM_HOST, cmode=COPY_VALUES): argument
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Context.jl | 28 function Context(c::Ceed, data; mtype=MEM_HOST, cmode=USE_POINTER) argument
|
| H A D | CeedVector.jl | 244 function CeedVector(c::Ceed, v2::AbstractVector; mtype=MEM_HOST, cmode=COPY_VALUES) argument
|