DUNE-FEM (unstable)

declaration.hh
1#ifndef DUNE_FEM_SPACE_LAGRANGE_DECLARATION_HH
2#define DUNE_FEM_SPACE_LAGRANGE_DECLARATION_HH
3
4#include <dune/fem/space/shapefunctionset/selectcaching.hh>
5
6namespace Dune
7{
8
9 namespace Fem
10 {
11
12 // LagrangeDiscreteFunctionSpace
13 // -----------------------------
14
15 template< class FunctionSpace, class GridPart, int order, class Storage >
16 class LagrangeDiscreteFunctionSpace;
17
18 // 6 is the maximal polynomial order that can be selected with DynamicLagrangeDiscreteFunctionSpace
19 template< class FunctionSpace, class GridPart, class Storage = CachingStorage >
20 using DynamicLagrangeDiscreteFunctionSpace = LagrangeDiscreteFunctionSpace< FunctionSpace, GridPart, -6, Storage >;
21
22 } // namespace Fem
23
24} // namespace Dune
25
26#endif // #ifndef DUNE_FEM_SPACE_LAGRANGE_DECLARATION_HH
Dune namespace.
Definition: alignedallocator.hh:13
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 27, 22:29, 2024)