#include <dune/pdelab/function/localfunction.hh>
|
| template<typename TT > |
| void | setTime (TT time) |
| | Set the time in all leaf nodes of this function tree. More...
|
| |
| template<typename Entity > |
| void | bind (const Entity &e) |
| |
| void | unbind () |
| |
| | CompositeLocalFunction () |
| | Default Constructor. More...
|
| |
| template<typename... Args, typename = typename std::enable_if<(sizeof...(Args) == sizeof...(Children))>::type> |
| | CompositeLocalFunction (Args &&... args) |
| | Initialize all children with the passed-in objects. More...
|
| |
◆ ImplementationTag
template<typename... Children>
◆ CompositeLocalFunction() [1/2]
template<typename... Children>
◆ CompositeLocalFunction() [2/2]
template<typename... Children>
template<typename... Args, typename = typename std::enable_if<(sizeof...(Args) == sizeof...(Children))>::type>
Initialize all children with the passed-in objects.
◆ bind()
template<typename... Children>
template<typename Entity >
◆ setTime()
template<typename... Children>
template<typename TT >
Set the time in all leaf nodes of this function tree.
◆ unbind()
template<typename... Children>
The documentation for this class was generated from the following file: