KASKADE 7 development version
Classes | Namespaces | Functions
norms.hh File Reference

Some norms for FunctionSpaceElement s or FunctionViews. More...

#include <boost/fusion/include/at_c.hpp>
#include <fem/integration.hh>
#include <fem/functionviews.hh>

Go to the source code of this file.

Classes

struct  Kaskade::L2Norm
 L_2-norms. More...
 
struct  Kaskade::H1SemiNorm
 H1-semi-norms. More...
 
struct  Kaskade::H1Norm
 H1-norms. More...
 

Namespaces

namespace  Kaskade
 
 

Functions

template<class Function >
CellData< typenameFunction::Space::Grid, typenameFunction::ValueType >::CellDataVector Kaskade::localH1SemiNorm (Function const &f)
 local (cellwise) H1-semi-norms More...
 
template<class Function >
CellData< typenameFunction::Space::Grid, typenameFunction::ValueType >::CellDataVector Kaskade::localL2Norm (Function const &f)
 local (cellwise) L2-norms More...
 
template<class FEFunction >
auto Kaskade::boundaryL2Norm (FEFunction const &function)
 boundaryL2Norm computes the L2-norm of an FE function on the whole boundary of the underlying grid. More...
 

Detailed Description

Some norms for FunctionSpaceElement s or FunctionViews.

Author
Anton Schiela

Definition in file norms.hh.