Home
last modified time | relevance | path

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

/libCEED/julia/LibCEED.jl/docs/src/
H A DGlobals.md10 CopyMode
/libCEED/julia/LibCEED.jl/src/
H A DElemRestriction.jl44 cmode::CopyMode=COPY_VALUES,
68 - `cmode`: Copy mode for the `offsets` array, see [`CopyMode`](@ref)
79 cmode::CopyMode=COPY_VALUES, argument
108 cmode::CopyMode=COPY_VALUES,
134 - `cmode`: Copy mode for the `offsets` array, see [`CopyMode`](@ref)
146 cmode::CopyMode=COPY_VALUES, argument
176 cmode::CopyMode=COPY_VALUES,
204 - `cmode`: Copy mode for the `offsets` array, see [`CopyMode`](@ref)
216 cmode::CopyMode=COPY_VALUES, argument
H A DGlobals.jl49 CopyMode
56 const CopyMode = C.CeedCopyMode constant
H A DCeedVector.jl119 setarray!(v::CeedVector, mtype::MemType, cmode::CopyMode, arr)
125 !!! warning "Avoid OWN_POINTER CopyMode"
126 The [`CopyMode`](@ref) `OWN_POINTER` is not suitable for use with arrays that are
129 function setarray!(v::CeedVector, mtype::MemType, cmode::CopyMode, arr) argument
H A DContext.jl36 function set_data!(ctx::Context, mtype, cmode::CopyMode, data) argument
H A DCuda.jl44 function setarray!(v::CeedVector, mtype::MemType, cmode::CopyMode, arr::CuArray) argument
H A DLibCEED.jl28 CopyMode,
/libCEED/rust/libceed/src/
H A Delem_restriction.rs185 crate::CopyMode::CopyValues as bind_ceed::CeedCopyMode, in create()
233 crate::CopyMode::CopyValues as bind_ceed::CeedCopyMode, in create_oriented()
275 crate::CopyMode::CopyValues as bind_ceed::CeedCopyMode, in create_curl_oriented()
H A Dvector.rs158 crate::CopyMode::UsePointer as bind_ceed::CeedCopyMode, in from_vector_and_slice_mut()
335 crate::CopyMode::UsePointer as bind_ceed::CeedCopyMode, in from_array()
454 crate::CopyMode::CopyValues as bind_ceed::CeedCopyMode, in set_slice()
H A Dqfunction.rs618 crate::CopyMode::UsePointer as bind_ceed::CeedCopyMode, in create()
H A Dlib.rs66 pub(crate) enum CopyMode { enum