dune-fem  2.4.1-rc
Public Types | Public Member Functions | List of all members
Dune::Fem::L2Norm< GridPart >::FunctionDistance< UFunction, VFunction > Struct Template Reference

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

Public Types

typedef UFunction UFunctionType
 
typedef VFunction VFunctionType
 
typedef UFunctionType::RangeFieldType RangeFieldType
 
typedef UFunctionType::RangeType RangeType
 
typedef UFunctionType::JacobianRangeType JacobianRangeType
 

Public Member Functions

 FunctionDistance (const UFunctionType &u, const VFunctionType &v)
 
template<class Point >
void evaluate (const Point &x, RangeType &ret) const
 
template<class Point >
void jacobian (const Point &x, JacobianRangeType &ret) const
 

Member Typedef Documentation

template<class GridPart>
template<class UFunction , class VFunction >
typedef UFunctionType::JacobianRangeType Dune::Fem::L2Norm< GridPart >::FunctionDistance< UFunction, VFunction >::JacobianRangeType
template<class GridPart>
template<class UFunction , class VFunction >
typedef UFunctionType::RangeFieldType Dune::Fem::L2Norm< GridPart >::FunctionDistance< UFunction, VFunction >::RangeFieldType
template<class GridPart>
template<class UFunction , class VFunction >
typedef UFunctionType::RangeType Dune::Fem::L2Norm< GridPart >::FunctionDistance< UFunction, VFunction >::RangeType
template<class GridPart>
template<class UFunction , class VFunction >
typedef UFunction Dune::Fem::L2Norm< GridPart >::FunctionDistance< UFunction, VFunction >::UFunctionType
template<class GridPart>
template<class UFunction , class VFunction >
typedef VFunction Dune::Fem::L2Norm< GridPart >::FunctionDistance< UFunction, VFunction >::VFunctionType

Constructor & Destructor Documentation

template<class GridPart>
template<class UFunction , class VFunction >
Dune::Fem::L2Norm< GridPart >::FunctionDistance< UFunction, VFunction >::FunctionDistance ( const UFunctionType u,
const VFunctionType v 
)
inline

Member Function Documentation

template<class GridPart>
template<class UFunction , class VFunction >
template<class Point >
void Dune::Fem::L2Norm< GridPart >::FunctionDistance< UFunction, VFunction >::evaluate ( const Point &  x,
RangeType ret 
) const
inline
template<class GridPart>
template<class UFunction , class VFunction >
template<class Point >
void Dune::Fem::L2Norm< GridPart >::FunctionDistance< UFunction, VFunction >::jacobian ( const Point &  x,
JacobianRangeType ret 
) const
inline

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