dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | List of all members
Dune::Fem::__TupleOperatorImp::ColTraits< Operators > Struct Template Reference

#include <dune/fem/operator/common/tuple.hh>

Public Types

typedef std::tuple_element< 0, std::tuple< Operators... > >::type::DomainFunctionType DomainFunctionType
 
typedef TupleDiscreteFunction< typename Operators::RangeFunctionType ... > RangeFunctionType
 

Member Typedef Documentation

◆ DomainFunctionType

template<class ... Operators>
typedef std::tuple_element<0,std::tuple<Operators...>>::type::DomainFunctionType Dune::Fem::__TupleOperatorImp::ColTraits< Operators >::DomainFunctionType

◆ RangeFunctionType

template<class ... Operators>
typedef TupleDiscreteFunction< typename Operators::RangeFunctionType ... > Dune::Fem::__TupleOperatorImp::ColTraits< Operators >::RangeFunctionType

The documentation for this struct was generated from the following file: