dune-pdelab 2.7-git
|
Product of two GridFunctions. More...
#include <dune/pdelab/function/product.hh>
Public Types | |
typedef Base::Traits | Traits |
typedef GridFunctionTag | ImplementationTag |
typedef T::GridViewType | GridViewType |
Type of the GridView. | |
using | Output = typename Base::Output |
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 |
template<typename Time > | |
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. | |
Product of two GridFunctions.
|
inherited |
Type of the GridView.
|
inherited |
|
inherited |
typedef Base::Traits Dune::PDELab::ProductGridFunctionAdapter< GF1, GF2, typename std::enable_if< GF1::Traits::dimRange==1 &&GF2::Traits::dimRange !=1 >::type >::Traits |
|
inline |
|
inlineinherited |
Return the data set type of this function.
|
inline |
|
inline |
|
inlineinherited |
Set the data set type of this function.
|
inline |