It create separated grid for each properties to write them into a file. More...
It create separated grid for each properties to write them into a file.
| dim | dimensionality of the grids | 
| obj | type object to print, must be in OpenFPM format | 
Definition at line 661 of file staggered_dist_grid_util.hpp.
#include <staggered_dist_grid_util.hpp>
Public Member Functions | |
| stag_create_and_add_grid (st_grid &st_g, size_t p_id) | |
| Constructor.  More... | |
| template<unsigned int p_val> | |
| void | out_normal () | 
| template<unsigned int p_val> | |
| void | out_staggered () | 
| template<typename T > | |
| void | operator() (T &t) | 
| It call the copy function for each property.  | |
Private Attributes | |
| size_t | p_id | 
| st_grid & | st_g | 
      
  | 
  inline | 
Constructor.
| st_g | staggered grid | 
| p_id | process id | 
Definition at line 677 of file staggered_dist_grid_util.hpp.