dune-localfunctions  2.2.1
localfiniteelementtraits.hh
Go to the documentation of this file.
1 // -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2 // vi: set ts=4 sw=4 et sts=4:
3 #ifndef DUNE_LOCALFINITEELEMENTTRAITS_HH
4 #define DUNE_LOCALFINITEELEMENTTRAITS_HH
5 
6 namespace Dune {
7 
9  template<class LB, class LC, class LI>
11  {
14  typedef LB LocalBasisType;
15 
19 
23  };
24 
25 }
26 
27 #endif