1#ifndef DUNE_FEM_SPACE_FOURIER_DECLARATION_HH
2#define DUNE_FEM_SPACE_FOURIER_DECLARATION_HH
15 template<
class FunctionSpace,
class Gr
idPart,
int order >
16 class FourierDiscreteFunctionSpace;
23 template<
class DiscreteFunctionSpace >
24 struct IsFourierDiscreteFunctionSpace
25 : std::integral_constant< bool, false >
28 template<
class FunctionSpace,
class Gr
idPart,
int order >
29 struct IsFourierDiscreteFunctionSpace< FourierDiscreteFunctionSpace< FunctionSpace, GridPart, order > >
30 : std::integral_constant< bool, true >
Dune namespace.
Definition: alignedallocator.hh:13