DUNE PDELab (git)

localfunctionspacetags.hh
Go to the documentation of this file.
1 // -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2 // vi: set et ts=4 sw=2 sts=2:
3 #ifndef DUNE_PDELAB_GRIDFUNCTIONSPACE_LOCALFUNCTIONSPACETAGS_HH
4 #define DUNE_PDELAB_GRIDFUNCTIONSPACE_LOCALFUNCTIONSPACETAGS_HH
5 
11 namespace Dune {
12  namespace PDELab {
13 
40  struct AnySpaceTag {};
41 
42 #if defined DOXYGEN \
43  || defined DUNE_PDELAB_CHECK_LOCALINDEX \
44  || defined DUNE_PDELAB_CHECK_LOCALINDEX_STRICT_TRIAL_AND_TEST_SPACE
48  struct TrialSpaceTag {};
49 #if defined DOXYGEN \
50  || defined DUNE_PDELAB_CHECK_LOCALINDEX_STRICT_TRIAL_AND_TEST_SPACE
54  struct TestSpaceTag {};
55 #else
57 #endif
58 #else
59  typedef AnySpaceTag TrialSpaceTag;
60  typedef AnySpaceTag TestSpaceTag;
61 #endif
62 
67  } // end namespace PDELab
68 } // end namespace Dune
69 
70 #endif // DUNE_PDELAB_GRIDFUNCTIONSPACE_LOCALFUNCTIONSPACETAGS_HH
Dune namespace.
Definition: alignedallocator.hh:13
Definition: localfunctionspacetags.hh:40
Definition: localfunctionspacetags.hh:54
Definition: localfunctionspacetags.hh:48
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 16, 22:29, 2024)