FORWARD average on direction i. More...
FORWARD average on direction i.
* * +0.5 0.5 * +------* * *
Definition at line 148 of file Average.hpp.
#include <Average.hpp>
Static Public Member Functions | |
static void | value (const typename stub_or_real< Sys_eqs, Sys_eqs::dims, typename Sys_eqs::stype, typename Sys_eqs::b_grid::decomposition::extended_type >::type &g_map, grid_dist_key_dx< Sys_eqs::dims > &kmap, const grid_sm< Sys_eqs::dims, void > &gs, typename Sys_eqs::stype(&spacing)[Sys_eqs::dims], std::unordered_map< long int, typename Sys_eqs::stype > &cols, typename Sys_eqs::stype coeff) |
Calculate which colums of the Matrix are non zero. | |
static grid_key_dx< Sys_eqs::dims > | position (grid_key_dx< Sys_eqs::dims > &pos, const grid_sm< Sys_eqs::dims, void > &gs, const comb< Sys_eqs::dims >(&s_pos)[Sys_eqs::nvar]) |
Calculate the position in the cell where the average is calculated. | |
|
inlinestatic |
Calculate the position in the cell where the average is calculated.
In case of non staggered case this function just return a null grid_key, in case of staggered, the FORWARD scheme return the position of the staggered property
pos | position where we are calculating the derivative |
gs | Grid info |
s_pos | staggered position of the properties |
Definition at line 191 of file Average.hpp.
|
inlinestatic |
Calculate which colums of the Matrix are non zero.
stub_or_real it is just for change the argument type when testing, in normal conditions it is a distributed map
g_map | It is the map explained in FDScheme |
kmap | position where the average is calculated |
gs | Grid info |
cols | non-zero colums calculated by the function |
coeff | coefficent (constant in front of the derivative) |
Definition at line 168 of file Average.hpp.