dune-fem  2.4.1-rc
Public Types | Public Member Functions | List of all members
Dune::Fem::L1Norm< GridPart >::FunctionAbs< Function > Struct Template Reference

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

Public Types

typedef Function FunctionType
 
typedef FunctionType::RangeFieldType RangeFieldType
 
typedef Dune::FieldTraits< RangeFieldType >::real_type RealType
 
typedef FieldVector< RealType, 1 > RangeType
 

Public Member Functions

 FunctionAbs (const FunctionType &function)
 
template<class Point >
void evaluate (const Point &x, RangeType &ret) const
 

Member Typedef Documentation

template<class GridPart >
template<class Function>
typedef Function Dune::Fem::L1Norm< GridPart >::FunctionAbs< Function >::FunctionType
template<class GridPart >
template<class Function>
typedef FunctionType::RangeFieldType Dune::Fem::L1Norm< GridPart >::FunctionAbs< Function >::RangeFieldType
template<class GridPart >
template<class Function>
typedef FieldVector< RealType, 1 > Dune::Fem::L1Norm< GridPart >::FunctionAbs< Function >::RangeType
template<class GridPart >
template<class Function>
typedef Dune::FieldTraits< RangeFieldType >::real_type Dune::Fem::L1Norm< GridPart >::FunctionAbs< Function >::RealType

Constructor & Destructor Documentation

template<class GridPart >
template<class Function>
Dune::Fem::L1Norm< GridPart >::FunctionAbs< Function >::FunctionAbs ( const FunctionType function)
inlineexplicit

Member Function Documentation

template<class GridPart >
template<class Function>
template<class Point >
void Dune::Fem::L1Norm< GridPart >::FunctionAbs< Function >::evaluate ( const Point &  x,
RangeType ret 
) const
inline

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