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

Detailed Description

Definition at line 1483 of file FD_expressions.hpp.

Static Public Member Functions

template<typename exp_type >
static int get (exp_type &o1, grid_dist_key_dx< exp_type::gtype::dims > &key, comb< exp_type::gtype::dims > &c_where, const int(&comp)[1])
 
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)[1]) -> decltype(o1.value_ref(key, c_where))
 
template<unsigned int prop, typename exp_type , typename grid_type >
static void assign (exp_type &o1, grid_type &g, const grid_dist_key_dx< exp_type::gtype::dims > &key)
 
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)
 

Member Function Documentation

◆ assign()

template<unsigned int prop, typename exp_type , typename grid_type >
static void FD::get_grid_dist_expression_op< 1, false >::assign ( exp_type &  o1,
grid_type g,
const grid_dist_key_dx< exp_type::gtype::dims > &  key 
)
inlinestatic

Definition at line 1500 of file FD_expressions.hpp.

◆ assign_double()

template<unsigned int prop, typename grid_type >
static void FD::get_grid_dist_expression_op< 1, false >::assign_double ( double  d,
grid_type g,
const grid_dist_key_dx< grid_type::dims > &  key 
)
inlinestatic

Definition at line 1506 of file FD_expressions.hpp.

◆ get()

template<typename exp_type >
static int FD::get_grid_dist_expression_op< 1, false >::get ( exp_type &  o1,
grid_dist_key_dx< exp_type::gtype::dims > &  key,
comb< exp_type::gtype::dims > &  c_where,
const int(&)  comp[1] 
)
inlinestatic

Definition at line 1486 of file FD_expressions.hpp.

◆ get_ref()

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

Definition at line 1493 of file FD_expressions.hpp.


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