OpenFPM  5.2.0
Project that contain the implementation of distributed structures
FD::grid_dist_expression_value_impl< base_type > Struct Template Reference

Public Types

typedef base_type type
 

Static Public Member Functions

template<unsigned int prp, typename gtype >
static base_type inte (gtype &g, grid_dist_key_dx< gtype::dims > &k, comb< gtype::dims > &c_where, comb< gtype::dims > &c_o1, int comp)
 
template<unsigned int prp, typename gtype >
static base_type inte (gtype &g, grid_dist_key_dx< gtype::dims > &k, comb< gtype::dims > &c_where, comb< gtype::dims > &c_o1)
 
template<unsigned int prp, typename gtype >
static base_type value_n (gtype &g, const grid_dist_key_dx< gtype::dims > &k)
 
template<unsigned int prp, typename gtype >
static base_type value_n (gtype &g, const grid_dist_key_dx< gtype::dims > &k, int comp)
 
template<unsigned int prp, typename gtype >
static auto value_ref (gtype &g, const grid_dist_key_dx< gtype::dims > &k) -> decltype(g.template getProp< prp >(k))
 
template<unsigned int prp, typename gtype >
static auto value_ref (gtype &g, const grid_dist_key_dx< gtype::dims > &k, int comp) -> decltype(g.template getProp< prp >(k))
 

Detailed Description

template<typename base_type>
struct FD::grid_dist_expression_value_impl< base_type >

Definition at line 106 of file FD_expressions.hpp.


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