dune-pdelab
2.4.1
|
Product of two GridFunctions. More...
#include <dune/pdelab/function/product.hh>
Public Types | |
typedef Base::Traits | Traits |
typedef GridFunctionTag | ImplementationTag |
typedef GridFunctionTraits< GF2::Traits::GridViewType, GF2::Traits::RangeFieldType, 1, FieldVector< GF2::Traits::RangeFieldType, 1 > >::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::GridViewType & | getGridView () const |
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... | |
Product of two GridFunctions.
|
inherited |
Type of the GridView.
|
inherited |
|
inherited |
|
inline |
|
inlineinherited |
Return the data set type of this function.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Set the data set type of this function.
|
inlineinherited |