localfiniteelementtraits.hh

Go to the documentation of this file.
00001 // -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
00002 // vi: set ts=4 sw=4 et sts=4:
00003 #ifndef DUNE_LOCALFINITEELEMENTTRAITS_HH
00004 #define DUNE_LOCALFINITEELEMENTTRAITS_HH
00005 
00006 namespace Dune {
00007 
00009   template<class LB, class LC, class LI>
00010   struct LocalFiniteElementTraits
00011   {
00014         typedef LB LocalBasisType;
00015 
00018         typedef LC LocalCoefficientsType;
00019 
00022         typedef LI LocalInterpolationType;
00023   }; 
00024 
00025 }
00026 
00027 #endif
Generated on Sat Apr 24 11:15:34 2010 for dune-localfunctions by  doxygen 1.6.3