#include <norm_calc.h>
Public Types | |
| typedef strategy_t::item_array_t | item_array_t |
| typedef strategy_t::rhs_item_array_t | rhs_item_array_t |
| typedef seq_vector< const char * > | name_array_t |
Public Member Functions | |
| norms_storage () | |
| default constructor | |
| ~norms_storage () | |
| default destructor | |
| void | clear () |
| clear all norms | |
| norms_storage & | operator= (const norms_storage &rhs) |
Public Attributes | |
| name_array_t | name |
| item_array_t | val |
| boost::array< int, norms::NORMS_COUNTER > | idx |
| boost::array< int, norms::NORMS_COUNTER > | p_flag |
| typedef strategy_t::item_array_t blue_sky::norms_storage< strategy_t >::item_array_t |
| typedef seq_vector<const char *> blue_sky::norms_storage< strategy_t >::name_array_t |
| typedef strategy_t::rhs_item_array_t blue_sky::norms_storage< strategy_t >::rhs_item_array_t |
| blue_sky::norms_storage< strategy_t >::norms_storage | ( | ) |
default constructor
| blue_sky::norms_storage< strategy_t >::~norms_storage | ( | ) |
default destructor
| void blue_sky::norms_storage< strategy_t >::clear | ( | ) |
clear all norms
Referenced by blue_sky::fi_operator_impl< strategy_type, is_w, is_g, is_o >::calc_solution_mult_cell().
| norms_storage& blue_sky::norms_storage< strategy_t >::operator= | ( | const norms_storage< strategy_t > & | rhs | ) |
| boost::array<int, norms::NORMS_COUNTER> blue_sky::norms_storage< strategy_t >::idx |
| name_array_t blue_sky::norms_storage< strategy_t >::name |
| boost::array<int, norms::NORMS_COUNTER> blue_sky::norms_storage< strategy_t >::p_flag |
| item_array_t blue_sky::norms_storage< strategy_t >::val |
1.5.8