Searched refs:pointer (Results 1 – 8 of 8) sorted by relevance
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | QFunction.jl | 124 C.CeedQFunctionFieldGetSize(field, pointer(input_sizes, i)) 129 C.CeedQFunctionFieldGetSize(field, pointer(output_sizes, i)) 145 C.CeedQFunctionApply(qf[], Q, pointer(vins), pointer(vouts))
|
| H A D | Cuda.jl | 45 ptr = Ptr{CeedScalar}(UInt64(pointer(arr)))
|
| /libCEED/python/ |
| H A D | ceed_operator.py | 357 def __init__(self, ceed, pointer): argument 359 self._pointer = pointer
|
| H A D | ceed_vector.py | 480 def __init__(self, ceed, pointer): argument 482 self._pointer = pointer
|
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | UserQFunctions.md | 42 "data context" pointer, a number of quadrature points, and two arrays of arrays,
|
| /libCEED/julia/LibCEED.jl/test/ |
| H A D | runtests.jl | 105 @test p == pointer(v1)
|
| /libCEED/doc/sphinx/source/ |
| H A D | releasenotes.md | 13 - Remove unneeded pointer for `CeedElemRestrictionGetELayout`. 264 - Diagonal assemble interface changed to accept a {ref}`CeedVector` instead of a pointer to a {ref}… 315 - QFunctions using variable-length array (VLA) pointer constructs can be used with CUDA
|
| H A D | libCEEDapi.md | 373 The specific (pointer) value used in the above example, `CEED_REQUEST_IMMEDIATE`, is used to expres…
|