- Home
- About DUNE
- Download
- Documentation
- Community
- Development
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 Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].