Home
last modified time | relevance | path

Searched refs:COPY_VALUES (Results 1 – 11 of 11) sorted by relevance

/libCEED/python/tests/
H A Dtest-1-vector.py243 x.set_array(a, cmode=libceed.COPY_VALUES)
244 y.set_array(a, cmode=libceed.COPY_VALUES)
264 w.set_array(a, cmode=libceed.COPY_VALUES)
265 x.set_array(a, cmode=libceed.COPY_VALUES)
266 y.set_array(a, cmode=libceed.COPY_VALUES)
300 x.set_array(a, cmode=libceed.COPY_VALUES)
339 x.set_array(a, cmode=libceed.COPY_VALUES)
340 y.set_array(a, cmode=libceed.COPY_VALUES)
H A Dtest-2-elemrestriction.py87 x.set_array(a, cmode=libceed.COPY_VALUES)
94 num_elem + 1, ind, cmode=libceed.COPY_VALUES)
135 x.set_array(a, cmode=libceed.COPY_VALUES)
142 num_elem + 1, ind, cmode=libceed.COPY_VALUES)
/libCEED/python/
H A Dceed_elemrestriction.py12 from .ceed_constants import REQUEST_IMMEDIATE, REQUEST_ORDERED, MEM_HOST, USE_POINTER, COPY_VALUES,…
177 memtype=MEM_HOST, cmode=COPY_VALUES):
210 orients, memtype=MEM_HOST, cmode=COPY_VALUES):
249 curl_orients, memtype=MEM_HOST, cmode=COPY_VALUES):
315 offsets, memtype=MEM_HOST, cmode=COPY_VALUES):
376 offsets, orients, memtype=MEM_HOST, cmode=COPY_VALUES):
407 offsets, curl_orients, memtype=MEM_HOST, cmode=COPY_VALUES):
H A Dceed_constants.py29 COPY_VALUES = lib.CEED_COPY_VALUES variable
32 copy_modes = {COPY_VALUES: "copy values",
H A Dceed_qfunctioncontext.py12 from .ceed_constants import MEM_HOST, USE_POINTER, COPY_VALUES, scalar_types
63 def set_data(self, data, memtype=MEM_HOST, cmode=COPY_VALUES):
H A Dceed_vector.py12 from .ceed_constants import MEM_HOST, USE_POINTER, COPY_VALUES, NORM_2, scalar_types
73 def set_array(self, array, memtype=MEM_HOST, cmode=COPY_VALUES):
/libCEED/julia/LibCEED.jl/src/
H A DGlobals.jl51 One of `COPY_VALUES`, `USE_POINTER` or `OWN_POINTER`.
57 const COPY_VALUES = C.CEED_COPY_VALUES constant
H A DElemRestriction.jl44 cmode::CopyMode=COPY_VALUES,
79 cmode::CopyMode=COPY_VALUES,
108 cmode::CopyMode=COPY_VALUES,
146 cmode::CopyMode=COPY_VALUES,
176 cmode::CopyMode=COPY_VALUES,
216 cmode::CopyMode=COPY_VALUES,
H A DCeedVector.jl33 setarray!(obj, MEM_HOST, COPY_VALUES, C_NULL)
238 CeedVector(c::Ceed, v2::AbstractVector; mtype=MEM_HOST, cmode=COPY_VALUES)
244 function CeedVector(c::Ceed, v2::AbstractVector; mtype=MEM_HOST, cmode=COPY_VALUES)
H A DLibCEED.jl17 COPY_VALUES,
/libCEED/examples/python/
H A Dex_common.py191 mesh_coords.set_array(coords, cmode=libceed.COPY_VALUES)