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

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

Detailed Description

template<typename grid, typename ginfo>
struct copy_grid_fast< true, 1, grid, ginfo >

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

Definition at line 225 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< 1, size_t > &bx_src, const Box< 1, size_t > &bx_dst, const grid &gd_src, grid &gd_dst, grid_key_dx< 1 >(&cnt)[1])
 

Member Function Documentation

◆ copy()

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

Definition at line 227 of file copy_grid_fast.hpp.


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