dune-localfunctions 2.8.0
Loading...
Searching...
No Matches
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
6namespace Dune {
7
9 template<class LB, class LC, class LI>
11 {
14 typedef LB LocalBasisType;
15
19
23 };
24
25}
26
27#endif
Definition: bdfmcube.hh:16
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