KASKADE 7 development version
|
A boost::fusion functor for generating function space elements for given variables. More...
#include <variables.hh>
A boost::fusion functor for generating function space elements for given variables.
Spaces | a boost::fusion container of pointers to FEFunctionSpace s. |
Definition at line 160 of file variables.hh.
Classes | |
struct | result |
For a given variable, defines the correct FunctionSpaceElement type. More... | |
struct | result< ConstructElement< Spaces >(Variable)> |
Public Member Functions | |
ConstructElement (Spaces const &spaces_) | |
template<class Variable > | |
result< ConstructElement< Spaces >(Variable)>::type | operator() (Variable const &variable) const |
Returns a FunctionSpaceElement element from the FEFunctionSpace associated to the Variable. More... | |
|
inline |
Definition at line 162 of file variables.hh.
|
inline |
Returns a FunctionSpaceElement element from the FEFunctionSpace associated to the Variable.
Definition at line 185 of file variables.hh.