Encapsulation of the b term as constant. More...
Encapsulation of the b term as constant.
Definition at line 137 of file FDScheme.hpp.
#include <FDScheme.hpp>
Public Member Functions | |
constant_b (typename Sys_eqs::stype scal) | |
Constrictor from a scalar. | |
Sys_eqs::stype | get (grid_dist_key_dx< Sys_eqs::dims > &key) |
Get the b term on a grid point. | |
Data Fields | |
Sys_eqs::stype | scal |
scalar | |
|
inline |
|
inline |
Get the b term on a grid point.
key | grid position (unused because it is a constant) |
Definition at line 161 of file FDScheme.hpp.
Sys_eqs::stype FDScheme< Sys_eqs >::constant_b::scal |
scalar
Definition at line 140 of file FDScheme.hpp.