Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Enumerations | Functions
LegacyVtkWriter.hpp File Reference
#include "shambase/endian.hpp"
#include "shambase/memory.hpp"
#include "shambase/stacktrace.hpp"
#include "shambase/time.hpp"
#include "shamalgs/collective/io.hpp"
#include "shamalgs/collective/reduction.hpp"
#include "shamalgs/details/memory/bufferFlattening.hpp"
#include "shambackends/vec.hpp"
#include "shamcomm/io.hpp"
#include "shamrock/io/details/bufToVtkBuf.hpp"
#include "shamsys/MpiWrapper.hpp"
#include "shamsys/NodeInstance.hpp"
#include "shamsys/legacy/log.hpp"
#include <fstream>
#include <sstream>
#include <string>
+ 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 = typedef 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.