1#ifndef DUNE_FEM_SPACE_LAGRANGE_DECLARATION_HH
2#define DUNE_FEM_SPACE_LAGRANGE_DECLARATION_HH
4#include <dune/fem/space/shapefunctionset/selectcaching.hh>
15 template<
class FunctionSpace,
class Gr
idPart,
int order,
class Storage >
16 class LagrangeDiscreteFunctionSpace;
19 template<
class FunctionSpace,
class Gr
idPart,
class Storage = CachingStorage >
20 using DynamicLagrangeDiscreteFunctionSpace = LagrangeDiscreteFunctionSpace< FunctionSpace, GridPart, -6, Storage >;
Dune namespace.
Definition: alignedallocator.hh:13