#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/misc/l1norm.hh>
|
| L1Norm (const GridPartType &gridPart, const unsigned int order=0) |
|
template<class DiscreteFunctionType > |
Dune::FieldTraits< typename DiscreteFunctionType::RangeFieldType >::real_type | norm (const DiscreteFunctionType &u) const |
|
template<class UDiscreteFunctionType , class VDiscreteFunctionType > |
Dune::FieldTraits< typename UDiscreteFunctionType::RangeFieldType >::real_type | distance (const UDiscreteFunctionType &u, const VDiscreteFunctionType &v) const |
|
template<class LocalFunctionType , class ReturnType > |
void | normLocal (const EntityType &entity, unsigned int order, const LocalFunctionType &uLocal, ReturnType &sum) const |
|
template<class ULocalFunctionType , class VLocalFunctionType , class ReturnType > |
void | distanceLocal (const EntityType &entity, unsigned int order, const ULocalFunctionType &uLocal, const VLocalFunctionType &vLocal, ReturnType &sum) const |
|
|
ReturnType | forEach (const DiscreteFunctionType &u, const ReturnType &initialValue, unsigned int order=0) const |
|
ReturnType | forEach (const UDiscreteFunctionType &u, const VDiscreteFunctionType &v, const ReturnType &initialValue, unsigned int order=0) const |
|
const GridPartType & | gridPart () const |
|
GridPartType::CollectiveCommunicationType | comm () const |
|
const L1Norm< GridPart > & | asImp () const |
|
L1Norm< GridPart > & | asImp () |
|
template<class GridPart >
template<class GridPart >
template<class GridPart >
template<class GridPart >
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
template<class GridPart >
template<class UDiscreteFunctionType , class VDiscreteFunctionType >
Dune::FieldTraits< typename UDiscreteFunctionType::RangeFieldType >::real_type Dune::Fem::L1Norm< GridPart >::distance |
( |
const UDiscreteFunctionType & |
u, |
|
|
const VDiscreteFunctionType & |
v |
|
) |
| const |
|
inline |
template<class GridPart >
template<class ULocalFunctionType , class VLocalFunctionType , class ReturnType >
void Dune::Fem::L1Norm< GridPart >::distanceLocal |
( |
const EntityType & |
entity, |
|
|
unsigned int |
order, |
|
|
const ULocalFunctionType & |
uLocal, |
|
|
const VLocalFunctionType & |
vLocal, |
|
|
ReturnType & |
sum |
|
) |
| const |
|
inline |
ReturnType Dune::Fem::LPNormBase< GridPart, L1Norm< GridPart > >::forEach |
( |
const DiscreteFunctionType & |
u, |
|
|
const ReturnType & |
initialValue, |
|
|
unsigned int |
order = 0 |
|
) |
| const |
|
inlineprotectedinherited |
ReturnType Dune::Fem::LPNormBase< GridPart, L1Norm< GridPart > >::forEach |
( |
const UDiscreteFunctionType & |
u, |
|
|
const VDiscreteFunctionType & |
v, |
|
|
const ReturnType & |
initialValue, |
|
|
unsigned int |
order = 0 |
|
) |
| const |
|
inlineprotectedinherited |
template<class GridPart >
template<class DiscreteFunctionType >
Dune::FieldTraits< typename DiscreteFunctionType::RangeFieldType >::real_type Dune::Fem::L1Norm< GridPart >::norm |
( |
const DiscreteFunctionType & |
u | ) |
const |
|
inline |
template<class GridPart >
template<class LocalFunctionType , class ReturnType >
void Dune::Fem::L1Norm< GridPart >::normLocal |
( |
const EntityType & |
entity, |
|
|
unsigned int |
order, |
|
|
const LocalFunctionType & |
uLocal, |
|
|
ReturnType & |
sum |
|
) |
| const |
|
inline |
template<class GridPart >
The documentation for this class was generated from the following file: