dune-pdelab
2.7-git
|
Scale a GridFunction by a constant. More...
#include <dune/pdelab/function/scalarscaled.hh>
Public Types | |
typedef Base::Traits | Traits |
typedef GridFunctionTag | ImplementationTag |
typedef GF::Traits ::GridViewType | GridViewType |
Type of the GridView. More... | |
using | Output = typename Base::Output |
Public Member Functions | |
ScalarScaledGridFunctionAdapter (RF factor_, GF &gf_) | |
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) |
const Traits::GridViewType & | getGridView () const |
get a reference to the GridView More... | |
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... | |
Scale a GridFunction by a constant.
GF | The type of the GridFunction to scale |
|
inherited |
Type of the GridView.
|
inherited |
|
inherited |
typedef Base::Traits Dune::PDELab::ScalarScaledGridFunctionAdapter< GF >::Traits |
|
inline |
|
inlineinherited |
Return the data set type of this function.
|
inline |
|
inline |
|
inlineinherited |
get a reference to the GridView
|
inlineinherited |
Set the data set type of this function.
|
inline |