Public Member Functions | |
| grid_dist_expression_iterator_to_make_algebra_work (openfpm::vector< grid_cpu< dim, aggregate< double >>> &loc_grid, openfpm::vector< GBoxes< dim >> &gdb_ext, grid_sm< dim, void > &ginfo_v) | |
| gdb_ext_plus_g_info< dim > | size () |
| template<unsigned int prp> | |
| auto | get (grid_dist_key_dx< dim > &key) -> decltype(loc_grid.get(key.getSub()).template get< 0 >(key.getKey())) |
| size_t | getN_loc_grid () const |
| Return the number of local grid. More... | |
| device_grid & | get_loc_grid (size_t i) |
| Get the i sub-domain grid. More... | |
| const device_grid & | get_loc_grid (size_t i) const |
| Get the i sub-domain grid. More... | |
| const grid_sm< dim, void > & | getGridInfoVoid () const |
| Get an object containing the grid informations without type. More... | |
| const openfpm::vector< GBoxes< device_grid::dims > > & | getLocalGridsInfo () const |
| It return the informations about the local grids. More... | |
| void | resize (const gdb_ext_plus_g_info< dim > &input) |
| grid_dist_iterator< dim, device_grid, decltype(device_grid::type_of_subiterator()), FREE > | getIterator () |
Static Public Attributes | |
| static constexpr unsigned int | dims = dim |
Private Types | |
| typedef grid_cpu< dim, aggregate< double > > | device_grid |
Private Attributes | |
| grid_sm< dim, void > & | ginfo_v |
| Grid informations object without type. | |
| openfpm::vector< grid_cpu< dim, aggregate< double > > > & | loc_grid |
| The grid. | |
| openfpm::vector< GBoxes< dim > > & | gdb_ext |
Definition at line 1945 of file FD_expressions.hpp.
|
inline |
Get the i sub-domain grid.
| i | sub-domain |
Definition at line 1997 of file FD_expressions.hpp.
|
inline |
Get the i sub-domain grid.
| i | sub-domain |
Definition at line 2009 of file FD_expressions.hpp.
|
inline |
Get an object containing the grid informations without type.
Definition at line 2019 of file FD_expressions.hpp.
|
inline |
It return the informations about the local grids.
Definition at line 2029 of file FD_expressions.hpp.
|
inline |
Return the number of local grid.
Definition at line 1985 of file FD_expressions.hpp.