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

Partial specialization for N=2 2D-Array. More...

Detailed Description

template<typename T, size_t N1, size_t N2>
struct write_stag< T[N1][N2]>

Partial specialization for N=2 2D-Array.

Definition at line 419 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 , size_t N1, size_t N2>
template<unsigned int p_val, typename sg , typename v_g >
static void write_stag< T[N1][N2]>::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 432 of file staggered_dist_grid_util.hpp.


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