Home
last modified time | relevance | path

Searched defs:cmode (Results 1 – 6 of 6) sorted by relevance

/libCEED/python/
H A Dceed_elemrestriction.py177 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 Dceed.py197 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 Dceed_qfunctioncontext.py63 def set_data(self, data, memtype=MEM_HOST, cmode=COPY_VALUES): argument
H A Dceed_vector.py73 def set_array(self, array, memtype=MEM_HOST, cmode=COPY_VALUES): argument
/libCEED/julia/LibCEED.jl/src/
H A DContext.jl28 function Context(c::Ceed, data; mtype=MEM_HOST, cmode=USE_POINTER) argument
H A DCeedVector.jl244 function CeedVector(c::Ceed, v2::AbstractVector; mtype=MEM_HOST, cmode=COPY_VALUES) argument