Dune Core Modules (2.6.0)

localfiniteelementtraits.hh
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
Dune namespace.
Definition: alignedallocator.hh:10
traits helper struct
Definition: localfiniteelementtraits.hh:11
LB LocalBasisType
Definition: localfiniteelementtraits.hh:14
LC LocalCoefficientsType
Definition: localfiniteelementtraits.hh:18
LI LocalInterpolationType
Definition: localfiniteelementtraits.hh:22
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 4, 22:30, 2024)