|
dune-pdelab 2.7-git
|
Scale the output value. More...
#include <dune/pdelab/common/functionwrappers.hh>

Public Member Functions | |
| PointwiseScaleAdapterEngine (const S scale_) | |
| create a PointwiseScaleAdapterEngine | |
| template<typename Domain , typename Range > | |
| void | evaluate (Range &out, const std::vector< Domain > &in) const |
| calculate the adapted value from a set of input values | |
Related Functions | |
(Note that these are not member functions.) | |
| template<typename S > | |
| PointwiseScaleAdapterEngine< S > | makePointwiseScaleAdapterEngine (const S scale) |
| syntactic sugar to create a PointwiseScaleAdapterEngine | |
Scale the output value.
| S | type of the scaling factor |
|
inline |
create a PointwiseScaleAdapterEngine
| scale_ | The scaling factor |
|
inline |
calculate the adapted value from a set of input values
| Domain | type of input value |
| Range | type of output value |
| out | Where to store the output value |
| in | The list of input values |
|
related |
syntactic sugar to create a PointwiseScaleAdapterEngine