dune-functions 2.9.1
Loading...
Searching...
No Matches
composedgridfunction.hh File Reference

Go to the source code of this file.

Classes

class  Dune::Functions::ComposedGridFunction< OF, IF >
 Composition of grid functions with another function. More...
 

Namespaces

namespace  Dune
 
namespace  Dune::Functions
 

Functions

template<class OF , class... IF>
auto Dune::Functions::makeComposedGridFunction (OF &&outerFunction, IF &&... innerFunction)
 Create a ComposedGridFunction that composes grid-functions with another function.