Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 8 of 8) sorted by relevance

/libCEED/julia/LibCEED.jl/src/
H A DQFunction.jl124 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 DCuda.jl45 ptr = Ptr{CeedScalar}(UInt64(pointer(arr)))
/libCEED/python/
H A Dceed_operator.py357 def __init__(self, ceed, pointer): argument
359 self._pointer = pointer
H A Dceed_vector.py480 def __init__(self, ceed, pointer): argument
482 self._pointer = pointer
/libCEED/julia/LibCEED.jl/docs/src/
H A DUserQFunctions.md42 "data context" pointer, a number of quadrature points, and two arrays of arrays,
/libCEED/julia/LibCEED.jl/test/
H A Druntests.jl105 @test p == pointer(v1)
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md13 - 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 DlibCEEDapi.md373 The specific (pointer) value used in the above example, `CEED_REQUEST_IMMEDIATE`, is used to expres…