OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
FDScheme< Sys_eqs >::grid_b< grid, prp > Struct Template Reference

Encapsulation of the b term as grid. More...

Detailed Description

template<typename Sys_eqs>
template<typename grid, unsigned int prp>
struct FDScheme< Sys_eqs >::grid_b< grid, prp >

Encapsulation of the b term as grid.

Definition at line 169 of file FDScheme.hpp.

Public Member Functions

 grid_b (grid &gr)
 gr grid that encapsulate More...
 
Sys_eqs::stype get (grid_dist_key_dx< Sys_eqs::dims > &key)
 Get the value of the b term on a grid point. More...
 

Data Fields

gridgr
 b term fo the grid
 

Constructor & Destructor Documentation

template<typename Sys_eqs>
template<typename grid, unsigned int prp>
FDScheme< Sys_eqs >::grid_b< grid, prp >::grid_b ( grid gr)
inline

gr grid that encapsulate

Parameters
grgrid

Definition at line 179 of file FDScheme.hpp.

Member Function Documentation

template<typename Sys_eqs>
template<typename grid, unsigned int prp>
Sys_eqs::stype FDScheme< Sys_eqs >::grid_b< grid, prp >::get ( grid_dist_key_dx< Sys_eqs::dims > &  key)
inline

Get the value of the b term on a grid point.

Parameters
keygrid point
Returns
the value

Definition at line 190 of file FDScheme.hpp.


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