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

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

Inheritance diagram for Dune::Fem::LPNormBase< GridPart, NormImplementation >:
Inheritance graph

Classes

struct  ForEachCaller
 
struct  ForEachCaller< false, vDiscrete >
 
struct  ForEachCaller< uDiscrete, false >
 

Public Types

typedef GridPart GridPartType
 

Public Member Functions

 LPNormBase (const GridPartType &gridPart)
 

Protected Types

typedef GridPartType::template Codim< 0 >::EntityType EntityType
 

Protected Member Functions

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

Static Protected Member Functions

static const NormImplementation & asImp (const ThisType &other)
 
static NormImplementation & asImp (ThisType &other)
 

Member Typedef Documentation

template<class GridPart, class NormImplementation>
typedef GridPartType::template Codim< 0 >::EntityType Dune::Fem::LPNormBase< GridPart, NormImplementation >::EntityType
protected
template<class GridPart, class NormImplementation>
typedef GridPart Dune::Fem::LPNormBase< GridPart, NormImplementation >::GridPartType

Constructor & Destructor Documentation

template<class GridPart, class NormImplementation>
Dune::Fem::LPNormBase< GridPart, NormImplementation >::LPNormBase ( const GridPartType gridPart)
inlineexplicit

Member Function Documentation

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