Meta-coefficients turning a scalar coefficients into vector-valued coefficients.
More...
#include <dune/localfunctions/meta/power/coefficients.hh>
Meta-coefficients turning a scalar coefficients into vector-valued coefficients.
◆ PowerCoefficients()
template<class Backend >
Dune::PowerCoefficients::PowerCoefficients |
( |
const Backend & |
backend, |
|
|
std::size_t |
power |
|
) |
| |
|
inline |
Construct a PowerCoefficients object.
- Parameters
-
backend | The backend coefficients object to raise to a power. |
power | Power to raise the backend object to. |
The LocalKeys of the backend coefficients are copied into internal storage. The index member of each LocalKey is modified to keep them unique for instances of different power.
◆ localKey()
const LocalKey & Dune::PowerCoefficients::localKey |
( |
std::size_t |
i | ) |
const |
|
inline |
◆ size()
std::size_t Dune::PowerCoefficients::size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: