dune-pdelab 2.8
Loading...
Searching...
No Matches
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 T::GridViewType GridViewType
 Type of the GridView.
 
using Output = typename Base::Output
 
typedef LeafNodeTag NodeTag
 

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::GridViewType & getGridView () const
 
void setTime (Time time)
 
Output::DataSetType dataSetType () const
 Return the data set type of this function.
 
void setDataSetType (Output::DataSetType dataSetType)
 Set the data set type of this function.
 

Static Public Member Functions

static constexpr auto degree ()
 

Static Public Attributes

static const bool isLeaf
 
static const bool isPower
 
static const bool isComposite
 
static const std::size_t CHILDREN
 

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

template<class T , class Imp >
typedef T::GridViewType Dune::PDELab::GridFunctionBase< T, Imp >::GridViewType
inherited

Type of the GridView.

◆ ImplementationTag

template<class T , class Imp >
typedef GridFunctionTag Dune::PDELab::GridFunctionBase< T, Imp >::ImplementationTag
inherited

◆ Output

template<class T , class Imp >
using Dune::PDELab::GridFunctionBase< T, Imp >::Output = typename Base::Output
inherited

◆ Traits

typedef Base::Traits Dune::PDELab::ProductGridFunctionAdapter< GF2 , GF1 , class >::Traits
inherited

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()

void Dune::PDELab::ProductGridFunctionAdapter< GF2 , GF1 , class >::evaluate ( const typename Traits::ElementType &  e,
const typename Traits::DomainType &  x,
typename Traits::RangeType &  y 
) const
inlineinherited

◆ getGridView()

const Traits::GridViewType & Dune::PDELab::ProductGridFunctionAdapter< GF2 , GF1 , class >::getGridView ( ) const
inlineinherited

◆ setDataSetType()

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

Set the data set type of this function.

◆ setTime()

void Dune::PDELab::ProductGridFunctionAdapter< GF2 , GF1 , class >::setTime ( Time  time)
inlineinherited

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