OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
FD::get_grid_dist_expression_op< 2, true > Struct Reference

Detailed Description

Definition at line 1573 of file FD_expressions.hpp.

Static Public Member Functions

template<typename exp_type >
static auto get (exp_type &o1, grid_dist_key_dx< exp_type::gtype::dims > &key, comb< exp_type::gtype::dims > &c_where, const int(&comp)[2]) -> decltype(o1.value(key, c_where, comp))
 
template<typename exp_type >
static auto get_ref (exp_type &o1, grid_dist_key_dx< exp_type::gtype::dims > &key, comb< exp_type::gtype::dims > &c_where, const int(&comp)[2]) -> decltype(o1.value_ref(key, c_where, comp))
 
template<unsigned int prop, typename exp_type , typename grid_type >
static void assign (exp_type &o1, grid_type &g, grid_dist_key_dx< grid_type::dims > &key, comb< exp_type::gtype::dims > &c_where, const int(&comp)[2])
 
template<unsigned int prop, typename grid_type >
static void assign_double (double d, grid_type &g, const grid_dist_key_dx< grid_type::dims > &key, const int(&comp)[2])
 

Member Function Documentation

◆ assign()

template<unsigned int prop, typename exp_type , typename grid_type >
static void FD::get_grid_dist_expression_op< 2, true >::assign ( exp_type &  o1,
grid_type g,
grid_dist_key_dx< grid_type::dims > &  key,
comb< exp_type::gtype::dims > &  c_where,
const int(&)  comp[2] 
)
inlinestatic

Definition at line 1588 of file FD_expressions.hpp.

◆ assign_double()

template<unsigned int prop, typename grid_type >
static void FD::get_grid_dist_expression_op< 2, true >::assign_double ( double  d,
grid_type g,
const grid_dist_key_dx< grid_type::dims > &  key,
const int(&)  comp[2] 
)
inlinestatic

Definition at line 1594 of file FD_expressions.hpp.

◆ get()

template<typename exp_type >
static auto FD::get_grid_dist_expression_op< 2, true >::get ( exp_type &  o1,
grid_dist_key_dx< exp_type::gtype::dims > &  key,
comb< exp_type::gtype::dims > &  c_where,
const int(&)  comp[2] 
) -> decltype(o1.value(key,c_where,comp) )
inlinestatic

Definition at line 1576 of file FD_expressions.hpp.

◆ get_ref()

template<typename exp_type >
static auto FD::get_grid_dist_expression_op< 2, true >::get_ref ( exp_type &  o1,
grid_dist_key_dx< exp_type::gtype::dims > &  key,
comb< exp_type::gtype::dims > &  c_where,
const int(&)  comp[2] 
) -> decltype(o1.value_ref(key,c_where,comp) )
inlinestatic

Definition at line 1582 of file FD_expressions.hpp.


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