Encapsulation of the b term as a function. More...
Public Member Functions | |
| function_b (g_map_type &grid, typename Sys_eqs::stype *spacing, const std::function< double(double, double)> &f, comb< Sys_eqs::dims > c_where=comb< 2 >({0, 0})) | |
| Constrictor from a function. | |
| Sys_eqs::stype | get (grid_dist_key_dx< Sys_eqs::dims > &key) |
| bool | isConstant () |
Data Fields | |
| g_map_type & | grid |
| Sys_eqs::stype * | spacing |
| const std::function< double(double, double)> & | f |
| comb< Sys_eqs::dims > | c_where |
Encapsulation of the b term as a function.
Definition at line 211 of file FD_Solver.hpp.