dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Dune::Fem::H1Norm< GridPart >::FunctionJacobianSquare< Function > Struct Template Reference

#include <dune/fem/misc/h1norm.hh>

Public Types

typedef Function FunctionType
 
typedef FunctionType::RangeFieldType RangeFieldType
 
typedef Dune::FieldTraits< typenameFunctionType::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

◆ FunctionType

template<class GridPart >
template<class Function >
typedef Function Dune::Fem::H1Norm< GridPart >::FunctionJacobianSquare< Function >::FunctionType

◆ RangeFieldType

template<class GridPart >
template<class Function >
typedef FunctionType::RangeFieldType Dune::Fem::H1Norm< GridPart >::FunctionJacobianSquare< Function >::RangeFieldType

◆ RangeType

template<class GridPart >
template<class Function >
typedef FieldVector< RealType, 1 > Dune::Fem::H1Norm< GridPart >::FunctionJacobianSquare< Function >::RangeType

◆ RealType

template<class GridPart >
template<class Function >
typedef Dune::FieldTraits<typenameFunctionType::RangeFieldType>::real_type Dune::Fem::H1Norm< GridPart >::FunctionJacobianSquare< Function >::RealType

Constructor & Destructor Documentation

◆ FunctionJacobianSquare()

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

Member Function Documentation

◆ evaluate()

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: