dune-pdelab  2.0.0
backendselector.hh
Go to the documentation of this file.
1 #ifndef DUNE_PDELAB_BACKENDSELECTOR_HH
2 #define DUNE_PDELAB_BACKENDSELECTOR_HH
3 namespace Dune {
4  namespace PDELab {
5 
6  template<typename Backend, typename GridFunctionSpace, typename FieldType>
8  {};
9 
10  template<typename GridFunctionSpace, typename FieldType>
12  {
15  };
16 
17  template<typename Backend, typename VU, typename VV, typename E>
19  {
20  typedef typename Backend::template MatrixHelper<VV,VU,E>::type Type;
21  };
22 
23  }
24 }
25 
26 #endif
GridFunctionSpace::Traits::Backend Backend
Definition: backendselector.hh:13
Definition: backendselector.hh:11
B Backend
Definition: gridfunctionspace.hh:67
BackendVectorSelectorHelper< Backend, GridFunctionSpace, FieldType >::Type Type
Definition: backendselector.hh:14
Definition: backendselector.hh:7
Definition: backendselector.hh:18
Backend::template MatrixHelper< VV, VU, E >::type Type
Definition: backendselector.hh:20