Encapsulation of the b term as constant. More...
Encapsulation of the b term as constant.
Definition at line 140 of file FD_Solver.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. | |
bool | isConstant () |
Data Fields | |
Sys_eqs::stype | scal |
scalar | |
|
inline |
Get the b term on a grid point.
key | grid position (unused because it is a constant) |
Definition at line 164 of file FD_Solver.hpp.
|
inline |
Definition at line 169 of file FD_Solver.hpp.
Sys_eqs::stype FD_scheme< Sys_eqs, grid_type >::constant_b::scal |
scalar
Definition at line 143 of file FD_Solver.hpp.