Go to the source code of this file.
|
| namespace | shamrock |
| | namespace for the main framework
|
| |
◆ to_vtk_buf_type() [1/2]
template<class RT , class T , int n>
| sycl::buffer< RT > shamrock::details::to_vtk_buf_type |
( |
sycl::queue & |
q, |
|
|
sycl::buffer< sycl::vec< T, n > > & |
buf_in, |
|
|
u64 |
len |
|
) |
| |
|
inline |
◆ to_vtk_buf_type() [2/2]
template<class RT , class T >
| sycl::buffer< RT > shamrock::details::to_vtk_buf_type |
( |
sycl::queue & |
q, |
|
|
sycl::buffer< T > & |
buf_in, |
|
|
u64 |
len |
|
) |
| |
|
inline |
◆ to_vtk_type()
template<class RT , class T >
| RT shamrock::details::to_vtk_type |
( |
T |
a | ) |
|