1#ifndef DUNE_FEM_SPACE_PADAPTIVESPACE_CAPABILITIES_HH
2#define DUNE_FEM_SPACE_PADAPTIVESPACE_CAPABILITIES_HH
14 namespace Capabilities
20 template<
class FunctionSpace,
class Gr
idPart,
int polOrder,
class Storage >
23 static const bool v =
false;
27 template<
class FunctionSpace,
class Gr
idPart,
int polOrder,
class Storage >
30 static const bool v =
true;
31 static const int order = polOrder;
35 template<
class FunctionSpace,
class Gr
idPart,
int polOrder,
class Storage >
38 static const bool v =
false;
42 template<
class FunctionSpace,
class Gr
idPart,
int polOrder,
class Storage >
45 static const bool v =
true;
49 template<
class FunctionSpace,
class Gr
idPart,
int polOrder,
class Storage >
52 static const bool v =
true;
56 template<
class FunctionSpace,
class Gr
idPart,
int polOrder,
class Storage >
59 static const bool v =
false;
63 template<
class FunctionSpace,
class Gr
idPart,
int polOrder,
class Storage >
66 static const bool v =
true;
74 template<
class FunctionSpace,
class Gr
idPart,
int polOrder,
class Storage >
77 static const bool v =
false;
81 template<
class FunctionSpace,
class Gr
idPart,
int polOrder,
class Storage >
84 static const bool v =
true;
85 static const int order = polOrder;
89 template<
class FunctionSpace,
class Gr
idPart,
int polOrder,
class Storage >
92 static const bool v =
false;
96 template<
class FunctionSpace,
class Gr
idPart,
int polOrder,
class Storage >
99 static const bool v =
true;
103 template<
class FunctionSpace,
class Gr
idPart,
int polOrder,
class Storage >
106 static const bool v =
true;
110 template<
class FunctionSpace,
class Gr
idPart,
int polOrder,
class Storage >
113 static const bool v =
false;
117 template<
class FunctionSpace,
class Gr
idPart,
int polOrder,
class Storage >
120 static const bool v =
true;
Definition: bindguard.hh:11
specialize with true if polynomial order does not depend on the grid (part) entity
Definition: space/common/capabilities.hh:24
static const bool v
Definition: space/common/capabilities.hh:25
specialize with true if polynomial order fixed and compile time static
Definition: space/common/capabilities.hh:37
static const bool v
Definition: space/common/capabilities.hh:38
static const int order
Definition: space/common/capabilities.hh:39
specialize with true if space is always continuous
Definition: space/common/capabilities.hh:50
static const bool v
Definition: space/common/capabilities.hh:51
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:68
static const bool v
Definition: space/common/capabilities.hh:69
specialize with true if space can be used with AdaptiveDiscreteFunction
Definition: space/common/capabilities.hh:81
static const bool v
Definition: space/common/capabilities.hh:82
specialize with true if the space implementation is thread safe
Definition: space/common/capabilities.hh:94
static const bool v
Definition: space/common/capabilities.hh:95
specialize with true if the space implementation is thread safe, while it is not modified
Definition: space/common/capabilities.hh:108
static const bool v
Definition: space/common/capabilities.hh:109
A vector valued function space.
Definition: functionspace.hh:60
adaptive DG discrete function space
Definition: padaptivespace/discontinuousgalerkin.hh:76
Lagrange discrete function space.
Definition: padaptivespace/lagrange.hh:118