dune-fem 2.8.0
Loading...
Searching...
No Matches
space/lagrange/declaration.hh
Go to the documentation of this file.
1#ifndef DUNE_FEM_SPACE_LAGRANGE_DECLARATION_HH
2#define DUNE_FEM_SPACE_LAGRANGE_DECLARATION_HH
3
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 >
21
22 } // namespace Fem
23
24} // namespace Dune
25
26#endif // #ifndef DUNE_FEM_SPACE_LAGRANGE_DECLARATION_HH
Definition: bindguard.hh:11
Lagrange discrete function space.
Definition: lagrange/space.hh:131
A vector valued function space.
Definition: functionspace.hh:60