dune-fem 2.8.0
Loading...
Searching...
No Matches
space/mapper/capabilities.hh
Go to the documentation of this file.
1#ifndef DUNE_FEM_SPACE_MAPPER_CAPABILITIES_HH
2#define DUNE_FEM_SPACE_MAPPER_CAPABILITIES_HH
3
4
5namespace Dune
6{
7
8 namespace Fem
9 {
10
11 namespace Capabilities
12 {
13
20 template< class Mapper >
22 {
23 static const bool v = false;
24 };
25
26
27 // const specialization
28 // --------------------
29
30 template< class Mapper >
31 struct isAdaptiveDofMapper< const Mapper >
32 {
34 };
35
36 } // namespace Capabilities
37
38 } // namespace Fem
39
40} // namespace Dune
41
42#endif // #ifndef DUNE_FEM_SPACE_MAPPER_CAPABILITIES_HH
Definition: bindguard.hh:11
Definition: space/mapper/capabilities.hh:22
static const bool v
Definition: space/mapper/capabilities.hh:23