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