Encapsulation of the b term as constant. More...
Public Member Functions | |
| constant_b (typename Sys_eqs::stype scal) | |
| Constrictor from a scalar. More... | |
| Sys_eqs::stype | get (grid_dist_key_dx< Sys_eqs::dims > &key) |
| Get the b term on a grid point. More... | |
| bool | isConstant () |
Data Fields | |
| Sys_eqs::stype | scal |
| scalar | |
Encapsulation of the b term as constant.
Definition at line 140 of file FD_Solver.hpp.
|
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.