KASKADE 7 development version
Classes | Public Member Functions | List of all members
Kaskade::LocalIntegral< Space > Class Template Reference

Create a CellData by computing local integrals over each Cell. More...

#include <averaging_errorest.hh>

Detailed Description

template<typename Space>
class Kaskade::LocalIntegral< Space >

Create a CellData by computing local integrals over each Cell.

Class for creating a vector of pair<ValueType value, Entity ptr> from a FunctionSpaceElement with the following semantics:

value = Integral of the FunctionSpaceElement on the entity *p.

The integral is computed approximately by quadrature formulas. For each leaf entity this vector will have exactly one entry. Possible application: For a given pointwise error estimate we can compute a cell-wise error indicator.

Definition at line 124 of file averaging_errorest.hh.

Public Member Functions

template<typename Function >
CellData< Grid, ValueType >::CellDataVector operator() (Function f, Space s)
 Perform local integration for WeakFunctionViews (less efficient) More...
 
template<typename Function >
CellData< Grid, ValueType >::CellDataVector operator() (Function f)
 Perform local integration for FunctionSpaceElement or FunctionViews (more efficient) More...
 

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