| /libCEED/julia/LibCEED.jl/src/ |
| H A D | CeedVector.jl | 119 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 D | ElemRestriction.jl | 43 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 D | Ceed.jl | 95 Returns the preferred [`MemType`](@ref) (either `MEM_HOST` or `MEM_DEVICE`) of the given 99 mtype = Ref{MemType}()
|
| H A D | Globals.jl | 40 MemType 44 const MemType = C.CeedMemType constant
|
| H A D | Cuda.jl | 44 function setarray!(v::CeedVector, mtype::MemType, cmode::CopyMode, arr::CuArray) argument
|
| H A D | LibCEED.jl | 44 MemType,
|
| /libCEED/rust/libceed/src/ |
| H A D | vector.rs | 140 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 D | lib.rs | 57 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 D | elem_restriction.rs | 164 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 D | qfunction.rs | 617 crate::MemType::Host as bind_ceed::CeedMemType, in create()
|
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | Globals.md | 9 MemType
|
| /libCEED/examples/rust/mesh/src/ |
| H A D | lib.rs | 98 libceed::MemType::Host,
|
| /libCEED/julia/LibCEED.jl/test/ |
| H A D | runtests.jl | 50 Preferred MemType: host"""
|