OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
copy_grid_fast< is_complex, N, grid, ginfo > Struct Template Reference

This is a way to quickly copy a grid into another grid. More...

Detailed Description

template<bool is_complex, unsigned int N, typename grid, typename ginfo>
struct copy_grid_fast< is_complex, N, grid, ginfo >

This is a way to quickly copy a grid into another grid.

Definition at line 104 of file copy_grid_fast.hpp.

#include <copy_grid_fast.hpp>

Static Public Member Functions

static void copy (ginfo &gs_src, ginfo &gs_dst, const Box< N, size_t > &bx_src, const Box< N, size_t > &bx_dst, const grid &gd_src, grid &gd_dst, grid_key_dx< N >(&cnt)[1])
 

Member Function Documentation

◆ copy()

template<bool is_complex, unsigned int N, typename grid , typename ginfo >
static void copy_grid_fast< is_complex, N, grid, ginfo >::copy ( ginfo &  gs_src,
ginfo &  gs_dst,
const Box< N, size_t > &  bx_src,
const Box< N, size_t > &  bx_dst,
const grid gd_src,
grid gd_dst,
grid_key_dx< N >(&)  cnt[1] 
)
inlinestatic

Definition at line 106 of file copy_grid_fast.hpp.


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