OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
write_stag< T > Struct Template Reference

Classes to copy each component into a grid and add to the VTKWriter the grid. More...

Detailed Description

template<typename T>
struct write_stag< T >

Classes to copy each component into a grid and add to the VTKWriter the grid.

Parameters
Tproperty to write
dimdimansionality
Sttype of space
VTKVTK writer

Definition at line 331 of file staggered_dist_grid_util.hpp.

#include <staggered_dist_grid_util.hpp>

Static Public Member Functions

template<unsigned int p_val, typename sg , typename v_g >
static void write (sg &st_g, v_g &vg, size_t lg)
 write the staggered grid
 

Member Function Documentation

◆ write()

template<typename T >
template<unsigned int p_val, typename sg , typename v_g >
static void write_stag< T >::write ( sg &  st_g,
v_g &  vg,
size_t  lg 
)
inlinestatic

write the staggered grid

Template Parameters
p_valproperty we are going to write
sgstaggered grid type
v_gvector of grids
Parameters
st_gstaggered grid
v_gvector of grids
lglocal grid of the staggered grid we are writing

Definition at line 344 of file staggered_dist_grid_util.hpp.


The documentation for this struct was generated from the following file: