#include <dune/pdelab/function/localfunction.hh>
|
template<typename TT > |
void | setTime (TT time) |
| Set the time in all leaf nodes of this function tree.
|
|
template<typename Entity > |
void | bind (const Entity &e) |
|
void | unbind () |
|
| PowerLocalFunction () |
| Default Constructor.
|
|
| PowerLocalFunction (F &f) |
| Construct a PowerGridFunction with k clones of the function t.
|
|
template<typename C0 , typename C1 , typename... Children> |
| PowerLocalFunction (C0 &&c0, C1 &&c1, Children &&... children) |
| Initialize all children with different function objects.
|
|
| PowerLocalFunction (const std::array< std::shared_ptr< F >, k > &children) |
| Transformation Constructor, taking the set of new children.
|
|
◆ ImplementationTag
template<class F , std::size_t k>
◆ PowerLocalFunction() [1/4]
template<class F , std::size_t k>
◆ PowerLocalFunction() [2/4]
template<class F , std::size_t k>
◆ PowerLocalFunction() [3/4]
template<class F , std::size_t k>
template<typename C0 , typename C1 , typename... Children>
Initialize all children with different function objects.
- Parameters
-
t0 | The initializer for the first child. |
t1 | The initializer for the second child. |
... | more initializers |
◆ PowerLocalFunction() [4/4]
template<class F , std::size_t k>
Transformation Constructor, taking the set of new children.
◆ bind()
template<class F , std::size_t k>
template<typename Entity >
◆ setTime()
template<class F , std::size_t k>
template<typename TT >
Set the time in all leaf nodes of this function tree.
◆ unbind()
template<class F , std::size_t k>
The documentation for this class was generated from the following file: