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

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

Public Types

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

Public Member Functions

 FunctionJacobianSquare (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::H1Norm< GridPart >::FunctionJacobianSquare< Function >::FunctionType
template<class GridPart >
template<class Function>
typedef FunctionType::RangeFieldType Dune::Fem::H1Norm< GridPart >::FunctionJacobianSquare< Function >::RangeFieldType
template<class GridPart >
template<class Function>
typedef FieldVector< RealType, 1 > Dune::Fem::H1Norm< GridPart >::FunctionJacobianSquare< Function >::RangeType
template<class GridPart >
template<class Function>
typedef Dune::FieldTraits< typename FunctionType::RangeFieldType >::real_type Dune::Fem::H1Norm< GridPart >::FunctionJacobianSquare< Function >::RealType

Constructor & Destructor Documentation

template<class GridPart >
template<class Function>
Dune::Fem::H1Norm< GridPart >::FunctionJacobianSquare< Function >::FunctionJacobianSquare ( const FunctionType function)
inlineexplicit

Member Function Documentation

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

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