for each combination in the cell grid you can have different grids More...
for each combination in the cell grid you can have different grids
| Grid | type of grid | 
Definition at line 23 of file VTKWriter_grids_st.hpp.
#include <VTKWriter_grids_st.hpp>
Public Member Functions | |
| cell_grid (const comb< Grid::dims > &cmb) | |
| construct a cell grid  More... | |
| cell_grid (const cell_grid< Grid > &cg) | |
| copy contructor  More... | |
| cell_grid (cell_grid< Grid > &&cg) | |
| copy constructor  More... | |
| cell_grid< Grid > & | operator= (const cell_grid< Grid > &cg) | 
| Copy the cell grid.  More... | |
| cell_grid< Grid > & | operator= (cell_grid< Grid > &&cg) | 
| Copy the cell grid.  More... | |
Data Fields | |
| openfpm::vector< const Grid * > | grids | 
| vector of fused grids  | |
| comb< Grid::dims > | cmb | 
construct a cell grid
| cmb | in which position this grid live | 
Definition at line 39 of file VTKWriter_grids_st.hpp.
      
  | 
  inline | 
Copy the cell grid.
| cg | cell_grid to copy | 
Definition at line 70 of file VTKWriter_grids_st.hpp.
      
  | 
  inline | 
Copy the cell grid.
| cg | cell_grid to copy | 
Definition at line 85 of file VTKWriter_grids_st.hpp.
combination (used to calculate the grid shift from the starting point of the cell)
Definition at line 30 of file VTKWriter_grids_st.hpp.