dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Dune::Fem::Integral< GridPart >::FunctionDistance< UFunction, VFunction > Struct Template Reference

#include <dune/fem/misc/domainintegral.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

◆ JacobianRangeType

template<class GridPart >
template<class UFunction , class VFunction >
typedef UFunctionType::JacobianRangeType Dune::Fem::Integral< GridPart >::FunctionDistance< UFunction, VFunction >::JacobianRangeType

◆ RangeFieldType

template<class GridPart >
template<class UFunction , class VFunction >
typedef UFunctionType::RangeFieldType Dune::Fem::Integral< GridPart >::FunctionDistance< UFunction, VFunction >::RangeFieldType

◆ RangeType

template<class GridPart >
template<class UFunction , class VFunction >
typedef UFunctionType::RangeType Dune::Fem::Integral< GridPart >::FunctionDistance< UFunction, VFunction >::RangeType

◆ UFunctionType

template<class GridPart >
template<class UFunction , class VFunction >
typedef UFunction Dune::Fem::Integral< GridPart >::FunctionDistance< UFunction, VFunction >::UFunctionType

◆ VFunctionType

template<class GridPart >
template<class UFunction , class VFunction >
typedef VFunction Dune::Fem::Integral< GridPart >::FunctionDistance< UFunction, VFunction >::VFunctionType

Constructor & Destructor Documentation

◆ FunctionDistance()

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

Member Function Documentation

◆ evaluate()

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

◆ jacobian()

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

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