OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
copy_grid_fast< true, 2, 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, 2, grid, ginfo >

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

Definition at line 96 of file copy_grid_fast.hpp.

#include <copy_grid_fast.hpp>

Static Public Member Functions

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

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