Encapsulation of the b term as a function. More...
Encapsulation of the b term as a function.
Definition at line 211 of file FD_Solver.hpp.
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 |
|
inline |
Constrictor from a function.
Definition at line 222 of file FD_Solver.hpp.
|
inline |
Definition at line 226 of file FD_Solver.hpp.
|
inline |
Definition at line 241 of file FD_Solver.hpp.
| comb<Sys_eqs::dims> FD_scheme< Sys_eqs, grid_type >::function_b::c_where |
Definition at line 216 of file FD_Solver.hpp.
| const std::function<double(double,double)>& FD_scheme< Sys_eqs, grid_type >::function_b::f |
Definition at line 215 of file FD_Solver.hpp.
| g_map_type& FD_scheme< Sys_eqs, grid_type >::function_b::grid |
Definition at line 213 of file FD_Solver.hpp.
| Sys_eqs::stype* FD_scheme< Sys_eqs, grid_type >::function_b::spacing |
Definition at line 214 of file FD_Solver.hpp.