dune-localfunctions  2.5-git
localfiniteelementtraits.hh
Go to the documentation of this file.
1 // -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2 // vi: set et ts=4 sw=2 sts=2:
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
LI LocalInterpolationType
Definition: localfiniteelementtraits.hh:22
Definition: brezzidouglasmarini1cube2dlocalbasis.hh:15
traits helper struct
Definition: localfiniteelementtraits.hh:10
LC LocalCoefficientsType
Definition: localfiniteelementtraits.hh:18
LB LocalBasisType
Definition: localfiniteelementtraits.hh:14