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

Go to the source code of this file.

Classes

class  shamrock::LegacyVtkWriter

Namespaces

namespace  shamrock
 namespace for the main framework

Typedefs

template<class T>
using shamrock::details::repr_t = typename shambase::VectorProperties<T>::component_type

Enumerations

enum  DataSetTypes { UnstructuredGrid }

Functions

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)

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 LegacyVtkWriter.hpp.

Typedef Documentation

◆ repr_t

template<class T>
using shamrock::details::repr_t = typename shambase::VectorProperties<T>::component_type

Definition at line 40 of file LegacyVtkWriter.hpp.

Function Documentation

◆ 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

Definition at line 46 of file LegacyVtkWriter.hpp.

◆ 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

Definition at line 103 of file LegacyVtkWriter.hpp.