KASKADE 7 development version
|
A Collector that sums up the weighted contributions. More...
#include <iterate_grid.hh>
A Collector that sums up the weighted contributions.
This realizes a plain integration.
Definition at line 178 of file iterate_grid.hh.
Public Member Functions | |
template<class Cell > | |
int | integrationOrder (Cell const &, int shapeFunctionOrder) const |
template<class Cell , class Index , class LocalPosition , class Sequence > | |
void | operator() (Cell const &, Index, LocalPosition const &, double weight, Sequence const &x) |
void | join (SummationCollector const &c) |
Public Attributes | |
std::vector< double > | sum |
|
inline |
Definition at line 181 of file iterate_grid.hh.
|
inline |
Definition at line 195 of file iterate_grid.hh.
|
inline |
Definition at line 187 of file iterate_grid.hh.
std::vector<double> Kaskade::SummationCollector::sum |
Definition at line 207 of file iterate_grid.hh.
Referenced by join(), operator()(), and Kaskade::relativeError().