Home
last modified time | relevance | path

Searched refs:Host (Results 1 – 6 of 6) sorted by relevance

/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()
803 crate::MemType::Host as bind_ceed::CeedMemType, in new()
852 crate::MemType::Host as bind_ceed::CeedMemType, in new()
H A Dlib.rs58 Host = bind_ceed::CeedMemType_CEED_MEM_HOST as isize, enumerator
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 Dqfunction.rs617 crate::MemType::Host as bind_ceed::CeedMemType, in create()
/libCEED/examples/deal.II/ !
H A Dbps-cpu.h45 class OperatorDealii : public OperatorBase<Number, MemorySpace::Host>
48 using VectorType = typename OperatorBase<Number, MemorySpace::Host>::VectorType;
H A Dbps-ceed.h50 template <int dim, typename Number, typename MemorySpace = MemorySpace::Host>
/libCEED/examples/rust/mesh/src/ !
H A Dlib.rs98 libceed::MemType::Host,