dune-fem  2.4.1-rc
Classes | Public Types | Public Member Functions | Protected Types | Protected Member Functions | Static Protected Member Functions | Protected Attributes | List of all members
Dune::Fem::L1Norm< GridPart > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/misc/l1norm.hh>

Inheritance diagram for Dune::Fem::L1Norm< GridPart >:
Inheritance graph

Classes

struct  FunctionAbs
 
struct  FunctionDistance
 

Public Types

typedef GridPart GridPartType
 

Public Member Functions

 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
 

Protected Types

typedef BaseType::EntityType EntityType
 
typedef CachingQuadrature< GridPartType, 0 > QuadratureType
 

Protected Member Functions

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 GridPartTypegridPart () const
 
GridPartType::CollectiveCommunicationType comm () const
 
const L1Norm< GridPart > & asImp () const
 
L1Norm< GridPart > & asImp ()
 

Static Protected Member Functions

static const L1Norm< GridPart > & asImp (const ThisType &other)
 
static L1Norm< GridPart > & asImp (ThisType &other)
 

Protected Attributes

const unsigned int order_
 

Member Typedef Documentation

template<class GridPart >
typedef BaseType::EntityType Dune::Fem::L1Norm< GridPart >::EntityType
protected
template<class GridPart >
typedef GridPart Dune::Fem::L1Norm< GridPart >::GridPartType
template<class GridPart >
typedef CachingQuadrature< GridPartType, 0 > Dune::Fem::L1Norm< GridPart >::QuadratureType
protected

Constructor & Destructor Documentation

template<class GridPart >
Dune::Fem::L1Norm< GridPart >::L1Norm ( const GridPartType gridPart,
const unsigned int  order = 0 
)
inlineexplicit

Member Function Documentation

static const L1Norm< GridPart > & Dune::Fem::BartonNackmanInterface< LPNormBase< GridPart, L1Norm< GridPart > > , L1Norm< GridPart > >::asImp ( const ThisType other)
inlinestaticprotectedinherited
static L1Norm< GridPart > & Dune::Fem::BartonNackmanInterface< LPNormBase< GridPart, L1Norm< GridPart > > , L1Norm< GridPart > >::asImp ( ThisType other)
inlinestaticprotectedinherited
const L1Norm< GridPart > & Dune::Fem::BartonNackmanInterface< LPNormBase< GridPart, L1Norm< GridPart > > , L1Norm< GridPart > >::asImp ( ) const
inlineprotectedinherited
L1Norm< GridPart > & Dune::Fem::BartonNackmanInterface< LPNormBase< GridPart, L1Norm< GridPart > > , L1Norm< GridPart > >::asImp ( )
inlineprotectedinherited
GridPartType::CollectiveCommunicationType Dune::Fem::LPNormBase< GridPart, L1Norm< GridPart > >::comm ( ) const
inlineprotectedinherited
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
const GridPartType& Dune::Fem::LPNormBase< GridPart, L1Norm< GridPart > >::gridPart ( ) 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

Member Data Documentation

template<class GridPart >
const unsigned int Dune::Fem::L1Norm< GridPart >::order_
protected

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