Encapsulation of the b term as grid. More...
Encapsulation of the b term as grid.
Definition at line 169 of file FDScheme.hpp.
#include <FDScheme.hpp>
Public Member Functions | |
| grid_b (grid &gr) | |
| gr grid that encapsulate | |
| auto | get (grid_dist_key_dx< Sys_eqs::dims > &key) -> decltype(gr.template get< prp >(key)) |
| Get the value of the b term on a grid point. | |
Data Fields | |
| grid & | gr |
| b term fo the grid | |
|
inline |
Get the value of the b term on a grid point.
| key | grid point |
Definition at line 190 of file FDScheme.hpp.
| grid& FDScheme< Sys_eqs >::grid_b< grid, prp >::gr |
b term fo the grid
Definition at line 172 of file FDScheme.hpp.