dune-pdelab  2.5-dev
Public Types | Public Member Functions | List of all members
Dune::PDELab::ProductGridFunctionAdapter< GF1, GF2, typename std::enable_if< GF1::Traits::dimRange==1 &&GF2::Traits::dimRange !=1 >::type > Class Template Reference

Product of two GridFunctions. More...

#include <dune/pdelab/function/product.hh>

Inheritance diagram for Dune::PDELab::ProductGridFunctionAdapter< GF1, GF2, typename std::enable_if< GF1::Traits::dimRange==1 &&GF2::Traits::dimRange !=1 >::type >:
Inheritance graph

Public Types

typedef Base::Traits Traits
 
typedef GridFunctionTag ImplementationTag
 
typedef GF2::Traits ::GridViewType GridViewType
 Type of the GridView. More...
 

Public Member Functions

 ProductGridFunctionAdapter (GF1 &gf1_, GF2 &gf2_)
 
void evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const
 
const Traits::GridViewTypegetGridView () const
 
template<typename Time >
void setTime (Time time)
 
Output::DataSetType dataSetType () const
 Return the data set type of this function. More...
 
void setDataSetType (Output::DataSetType dataSetType)
 Set the data set type of this function. More...
 

Detailed Description

template<typename GF1, typename GF2>
class Dune::PDELab::ProductGridFunctionAdapter< GF1, GF2, typename std::enable_if< GF1::Traits::dimRange==1 &&GF2::Traits::dimRange !=1 >::type >

Product of two GridFunctions.

Member Typedef Documentation

§ GridViewType

Type of the GridView.

§ ImplementationTag

§ Traits

template<typename GF1 , typename GF2 >
typedef Base::Traits Dune::PDELab::ProductGridFunctionAdapter< GF1, GF2, typename std::enable_if< GF1::Traits::dimRange==1 &&GF2::Traits::dimRange !=1 >::type >::Traits

Constructor & Destructor Documentation

§ ProductGridFunctionAdapter()

template<typename GF1 , typename GF2 >
Dune::PDELab::ProductGridFunctionAdapter< GF1, GF2, typename std::enable_if< GF1::Traits::dimRange==1 &&GF2::Traits::dimRange !=1 >::type >::ProductGridFunctionAdapter ( GF1 &  gf1_,
GF2 &  gf2_ 
)
inline

Member Function Documentation

§ dataSetType()

Output::DataSetType Dune::PDELab::GridFunctionOutputParameters::dataSetType ( ) const
inlineinherited

Return the data set type of this function.

§ evaluate()

template<typename GF1 , typename GF2 >
void Dune::PDELab::ProductGridFunctionAdapter< GF1, GF2, typename std::enable_if< GF1::Traits::dimRange==1 &&GF2::Traits::dimRange !=1 >::type >::evaluate ( const typename Traits::ElementType &  e,
const typename Traits::DomainType &  x,
typename Traits::RangeType &  y 
) const
inline

§ getGridView()

template<typename GF1 , typename GF2 >
const Traits::GridViewType& Dune::PDELab::ProductGridFunctionAdapter< GF1, GF2, typename std::enable_if< GF1::Traits::dimRange==1 &&GF2::Traits::dimRange !=1 >::type >::getGridView ( ) const
inline

§ setDataSetType()

void Dune::PDELab::GridFunctionOutputParameters::setDataSetType ( Output::DataSetType  dataSetType)
inlineinherited

Set the data set type of this function.

§ setTime()

template<typename GF1 , typename GF2 >
template<typename Time >
void Dune::PDELab::ProductGridFunctionAdapter< GF1, GF2, typename std::enable_if< GF1::Traits::dimRange==1 &&GF2::Traits::dimRange !=1 >::type >::setTime ( Time  time)
inline

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