Sum all terms.
More...
#include <dune/pdelab/common/functionwrappers.hh>
|
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
|
|
Sum all terms.
- Template Parameters
-
S | type of the scaling factor |
◆ evaluate()
template<typename Domain , typename Range >
void Dune::PDELab::PointwiseSumAdapterEngine::evaluate |
( |
Range & |
out, |
|
|
const std::vector< Domain > & |
in |
|
) |
| const |
|
inline |
calculate the adapted value from a set of input values
- Template Parameters
-
Domain | type of input value |
Range | type of output value |
- Parameters
-
out | Where to store the output value |
in | The list of input values |
The documentation for this class was generated from the following file: