KASKADE 7 development version
|
A functor for computing scaled \(L^2\)-norms of a set of (possibly vector-valued) functions. More...
#include <iterate_grid.hh>
A functor for computing scaled \(L^2\)-norms of a set of (possibly vector-valued) functions.
This is intended to be used with gridIterate. The plain \(L^2\)-norm is computed if the IdentityScaling is provided.
Definition at line 232 of file iterate_grid.hh.
Public Member Functions | |
ScaledTwoNorm2Collector (Scaling const &scaling_, Collector &collector_) | |
Constructor. More... | |
template<class Cell > | |
int | integrationOrder (Cell const &cell, int shapeFunctionOrder) const |
template<class Cell , class Index , class Sequence > | |
void | operator() (Cell const &cell, Index idx, Dune::FieldVector< typename Cell::Geometry::ctype, Cell::dimension > const &xi, double weight, Sequence const &seq) |
void | join (ScaledTwoNorm2Collector const &c) |
Collector const & | data () const |
|
inline |
|
inline |
Definition at line 269 of file iterate_grid.hh.
Referenced by Kaskade::scaledTwoNormSquared().
|
inline |
Definition at line 248 of file iterate_grid.hh.
|
inline |
Definition at line 264 of file iterate_grid.hh.
|
inline |
Definition at line 254 of file iterate_grid.hh.