Home
last modified time | relevance | path

Searched refs:MemType (Results 1 – 13 of 13) sorted by relevance

/libCEED/julia/LibCEED.jl/src/
H A DCeedVector.jl119 setarray!(v::CeedVector, mtype::MemType, cmode::CopyMode, arr)
122 applicable. The backend may copy values to a different [`MemType`](@ref). See also
129 function setarray!(v::CeedVector, mtype::MemType, cmode::CopyMode, arr) argument
137 syncarray!(v::CeedVector, mtype::MemType)
139 Sync the [`CeedVector`](@ref) to a specified [`MemType`](@ref). This function is used to
143 syncarray!(v::CeedVector, mtype::MemType) = C.CeedVectorSyncArray(v[], mtype) argument
146 takearray!(v::CeedVector, mtype::MemType)
152 function takearray!(v::CeedVector, mtype::MemType) argument
187 with name `v_arr`. If the [`memory type`](@ref MemType) `mtype` is not provided, `MEM_HOST`
264 type`](@ref MemType) `mtype`.
[all …]
H A DElemRestriction.jl43 mtype::MemType=MEM_HOST,
67 - `mtype`: Memory type of the `offsets` array, see [`MemType`](@ref)
78 mtype::MemType=MEM_HOST,
107 mtype::MemType=MEM_HOST,
133 - `mtype`: Memory type of the `offsets` array, see [`MemType`](@ref)
145 mtype::MemType=MEM_HOST,
175 mtype::MemType=MEM_HOST,
203 - `mtype`: Memory type of the `offsets` array, see [`MemType`](@ref)
215 mtype::MemType=MEM_HOST,
H A DCeed.jl95 Returns the preferred [`MemType`](@ref) (either `MEM_HOST` or `MEM_DEVICE`) of the given
99 mtype = Ref{MemType}()
H A DGlobals.jl40 MemType
44 const MemType = C.CeedMemType constant
H A DCuda.jl44 function setarray!(v::CeedVector, mtype::MemType, cmode::CopyMode, arr::CuArray) argument
H A DLibCEED.jl44 MemType,
/libCEED/rust/libceed/src/
H A Dvector.rs140 crate::MemType::Host as bind_ceed::CeedMemType, in drop()
157 crate::MemType::Host as bind_ceed::CeedMemType, in from_vector_and_slice_mut()
334 crate::MemType::Host as bind_ceed::CeedMemType, in from_array()
453 crate::MemType::Host as bind_ceed::CeedMemType, in set_slice()
541 pub fn sync(&self, mtype: crate::MemType) -> crate::Result<i32> { in sync()
803 crate::MemType::Host as bind_ceed::CeedMemType, in new()
852 crate::MemType::Host as bind_ceed::CeedMemType, in new()
H A Dlib.rs57 pub enum MemType { enum
452 mtype: MemType, in elem_restriction() argument
516 mtype: MemType, in oriented_elem_restriction() argument
603 mtype: MemType, in curl_oriented_elem_restriction() argument
1209 let rx = ceed.elem_restriction(nelem, 2, 1, 1, nelem + 1, MemType::Host, &indx)?; in ceed_t501()
1216 let ru = ceed.elem_restriction(nelem, p, 1, 1, ndofs, MemType::Host, &indu)?; in ceed_t501()
H A Delem_restriction.rs164 mtype: crate::MemType, in create() argument
211 mtype: crate::MemType, in create_oriented() argument
253 mtype: crate::MemType, in create_curl_oriented() argument
H A Dqfunction.rs617 crate::MemType::Host as bind_ceed::CeedMemType, in create()
/libCEED/julia/LibCEED.jl/docs/src/
H A DGlobals.md9 MemType
/libCEED/examples/rust/mesh/src/
H A Dlib.rs98 libceed::MemType::Host,
/libCEED/julia/LibCEED.jl/test/
H A Druntests.jl50 Preferred MemType: host"""