1#ifndef DUNE_FEM_SPACE_LAGRANGE_DECLARATION_HH
2#define DUNE_FEM_SPACE_LAGRANGE_DECLARATION_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 >
Definition: bindguard.hh:11
Lagrange discrete function space.
Definition: lagrange/space.hh:131
A vector valued function space.
Definition: functionspace.hh:60