Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
bufToVtkBuf.hpp File Reference
Include dependency graph for bufToVtkBuf.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  shamrock
 namespace for the main framework

Functions

template<class RT, class T>
RT shamrock::details::to_vtk_type (T a)
template<class RT, class T>
sycl::buffer< RT > shamrock::details::to_vtk_buf_type (sycl::queue &q, sycl::buffer< T > &buf_in, u64 len)
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)

Detailed Description

Author
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)

Definition in file bufToVtkBuf.hpp.

Function Documentation

◆ 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

Definition at line 47 of file bufToVtkBuf.hpp.

◆ 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

Definition at line 32 of file bufToVtkBuf.hpp.

◆ to_vtk_type()

template<class RT, class T>
RT shamrock::details::to_vtk_type ( T a)

Definition at line 27 of file bufToVtkBuf.hpp.