OpenFPM  5.2.0
Project that contain the implementation of distributed structures
FD_scheme< Sys_eqs, grid_type >::function_b Struct Reference

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_typegrid
 
Sys_eqs::stype * spacing
 
const std::function< double(double, double)> & f
 
comb< Sys_eqs::dims > c_where
 

Detailed Description

template<typename Sys_eqs, typename grid_type>
struct FD_scheme< Sys_eqs, grid_type >::function_b

Encapsulation of the b term as a function.

Definition at line 211 of file FD_Solver.hpp.


The documentation for this struct was generated from the following file: