Searched refs:COPY_VALUES (Results 1 – 11 of 11) sorted by relevance
| /libCEED/python/tests/ |
| H A D | test-1-vector.py | 243 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 D | test-2-elemrestriction.py | 87 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 D | ceed_elemrestriction.py | 12 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 D | ceed_constants.py | 29 COPY_VALUES = lib.CEED_COPY_VALUES variable 32 copy_modes = {COPY_VALUES: "copy values",
|
| H A D | ceed_qfunctioncontext.py | 12 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 D | ceed_vector.py | 12 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 D | Globals.jl | 51 One of `COPY_VALUES`, `USE_POINTER` or `OWN_POINTER`. 57 const COPY_VALUES = C.CEED_COPY_VALUES constant
|
| H A D | ElemRestriction.jl | 44 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 D | CeedVector.jl | 33 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 D | LibCEED.jl | 17 COPY_VALUES,
|
| /libCEED/examples/python/ |
| H A D | ex_common.py | 191 mesh_coords.set_array(coords, cmode=libceed.COPY_VALUES)
|