DUNE PDELab (2.7)

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
6namespace 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:14
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.111.3 (Jul 15, 22:36, 2024)