1 #ifndef DUNE_FEM_SPACE_FOURIER_CAPABILITIES_HH 2 #define DUNE_FEM_SPACE_FOURIER_CAPABILITIES_HH 14 namespace Capabilities
17 template<
class FunctionSpace,
class Gr
idPart,
int Order >
20 static const bool v =
true;
24 template<
class FunctionSpace,
class Gr
idPart,
int Order >
27 static const bool v =
false;
28 static const int order = -1;
32 template<
class FunctionSpace,
class Gr
idPart,
int Order >
35 static const bool v =
true;
39 template<
class FunctionSpace,
class Gr
idPart,
int Order >
42 static const bool v =
false;
46 template<
class FunctionSpace,
class Gr
idPart,
int Order >
49 static const bool v =
false;
53 template<
class FunctionSpace,
class Gr
idPart,
int Order >
56 static const bool v =
true;
60 template<
class FunctionSpace,
class Gr
idPart,
int Order >
63 static const bool v =
false;
67 template<
class FunctionSpace,
class Gr
idPart,
int Order >
70 static const bool v =
true;
79 #endif // #ifndef DUNE_FEM_SPACE_FOURIER_CAPABILITIES_HH Definition: space/fourier/declaration.hh:14
specialize with true if the space is localized, * i.e., the basis function set is based on a shape fu...
Definition: space/common/capabilities.hh:64
A vector valued function space.
Definition: functionspace.hh:16
specialize with true if space is always continuous
Definition: space/common/capabilities.hh:46
specialize with true if space can be used with AdaptiveDiscreteFunction
Definition: space/common/capabilities.hh:89
Definition: coordinate.hh:4
specialize with true if space can be used in parallel
Definition: space/common/capabilities.hh:76
static const bool v
Definition: space/common/capabilities.hh:22
specialize with true if polynomial order does not depend on the grid (part) entity ...
Definition: space/common/capabilities.hh:20
specialize with true if the space implementation is thread safe
Definition: space/common/capabilities.hh:102
specialize with true if polynomial order fixed and compile time static
Definition: space/common/capabilities.hh:33
specialize with true if the space implementation is thread safe, while it is not modified ...
Definition: space/common/capabilities.hh:116