Go to the source code of this file.
|
| namespace | shamrock |
| | namespace for the main framework
|
| |
|
| enum | DataSetTypes { UnstructuredGrid
} |
| |
|
| template<class RT , class T > |
| void | shamrock::details::write_buffer_vtktype (MPI_File fh, sycl::buffer< T > &buf, u32 len, u32 sum_len, bool device_alloc, u64 &file_head_ptr) |
| |
| template<class RT , class T > |
| void | shamrock::details::write_buffer_vtktype_no_buf (MPI_File fh, u32 sum_len, bool device_alloc, u64 &file_head_ptr) |
| |
◆ repr_t
◆ write_buffer_vtktype()
template<class RT , class T >
| void shamrock::details::write_buffer_vtktype |
( |
MPI_File |
fh, |
|
|
sycl::buffer< T > & |
buf, |
|
|
u32 |
len, |
|
|
u32 |
sum_len, |
|
|
bool |
device_alloc, |
|
|
u64 & |
file_head_ptr |
|
) |
| |
|
inline |
◆ write_buffer_vtktype_no_buf()
template<class RT , class T >
| void shamrock::details::write_buffer_vtktype_no_buf |
( |
MPI_File |
fh, |
|
|
u32 |
sum_len, |
|
|
bool |
device_alloc, |
|
|
u64 & |
file_head_ptr |
|
) |
| |
|
inline |