dune-pdelab
2.0.0
|
Substract two GridFunctions. More...
#include <dune/pdelab/function/minus.hh>
Public Types | |
typedef Base::Traits | Traits |
typedef GridFunctionTag | ImplementationTag |
typedef GF1::Traits::GridViewType | GridViewType |
Type of the GridView. More... | |
Public Member Functions | |
MinusGridFunctionAdapter (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. More... | |
void | setDataSetType (Output::DataSetType dataSetType) |
Set the data set type of this function. More... | |
Substract two GridFunctions.
GF1 | Type for the GridFunction on the left side of the minus |
GF2 | Type for the GridFunction on the right side of the minus |
|
inherited |
Type of the GridView.
|
inherited |
typedef Base::Traits Dune::PDELab::MinusGridFunctionAdapter< GF1, GF2 >::Traits |
|
inline |
|
inlineinherited |
Return the data set type of this function.
Referenced by Dune::PDELab::GridFunctionOutputParameters::setDataSetType().
|
inline |
|
inline |
|
inlineinherited |
Set the data set type of this function.
References Dune::PDELab::GridFunctionOutputParameters::dataSetType().
|
inline |