Definition at line 1934 of file FD_expressions.hpp.
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. | |
device_grid & | get_loc_grid (size_t i) |
Get the i sub-domain grid. | |
const device_grid & | get_loc_grid (size_t i) const |
Get the i sub-domain grid. | |
const grid_sm< dim, void > & | getGridInfoVoid () const |
Get an object containing the grid informations without type. | |
const openfpm::vector< GBoxes< device_grid::dims > > & | getLocalGridsInfo () const |
It return the informations about the local grids. | |
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 |
|
private |
Definition at line 1944 of file FD_expressions.hpp.
|
inline |
Definition at line 1950 of file FD_expressions.hpp.
|
inline |
Definition at line 1963 of file FD_expressions.hpp.
|
inline |
Get the i sub-domain grid.
i | sub-domain |
Definition at line 1986 of file FD_expressions.hpp.
|
inline |
Get the i sub-domain grid.
i | sub-domain |
Definition at line 1998 of file FD_expressions.hpp.
|
inline |
Get an object containing the grid informations without type.
Definition at line 2008 of file FD_expressions.hpp.
|
inline |
Definition at line 2043 of file FD_expressions.hpp.
|
inline |
It return the informations about the local grids.
Definition at line 2018 of file FD_expressions.hpp.
|
inline |
Return the number of local grid.
Definition at line 1974 of file FD_expressions.hpp.
|
inline |
Definition at line 2023 of file FD_expressions.hpp.
|
inline |
Definition at line 1956 of file FD_expressions.hpp.
|
staticconstexpr |
Definition at line 1948 of file FD_expressions.hpp.
|
private |
Definition at line 1942 of file FD_expressions.hpp.
|
private |
Grid informations object without type.
Definition at line 1937 of file FD_expressions.hpp.
|
private |
The grid.
Definition at line 1940 of file FD_expressions.hpp.