Searched refs:set_data (Results 1 – 8 of 8) sorted by relevance
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Context.jl | 32 set_data!(ctx, mtype, cmode, data) 36 function set_data!(ctx::Context, mtype, cmode::CopyMode, data) 46 error("set_data!: copy mode OWN_POINTER is not supported")
|
| H A D | LibCEED.jl | 132 set_data!,
|
| /libCEED/examples/python/ |
| H A D | ex1_volume.py | 104 build_ctx.set_data(ctx_data) 133 build_ctx.set_data(ctx_data)
|
| H A D | ex2_surface.py | 106 build_ctx.set_data(ctx_data) 135 build_ctx.set_data(ctx_data)
|
| H A D | ex3_volume.py | 105 build_ctx.set_data(ctx_data)
|
| /libCEED/python/ |
| H A D | ceed_qfunctioncontext.py | 63 def set_data(self, data, memtype=MEM_HOST, cmode=COPY_VALUES): member in QFunctionContext
|
| /libCEED/python/tests/ |
| H A D | test-4-qfunction.py | 117 ctx.set_data(ctx_data) 187 ctx.set_data(ctx_data)
|
| /libCEED/julia/LibCEED.jl/test/ |
| H A D | runtests.jl | 60 @test_throws Exception set_data!(ctx, MEM_HOST, OWN_POINTER, data)
|