dune-pdelab
2.7-git
dune
pdelab
gridfunctionspace
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
56
typedef
TrialSpaceTag
TestSpaceTag
;
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
For backward compatibility – Do not use this!
Definition:
adaptivity.hh:28
Dune::PDELab::AnySpaceTag
Definition:
localfunctionspacetags.hh:40
Dune::PDELab::TrialSpaceTag
Definition:
localfunctionspacetags.hh:48
Dune::PDELab::TestSpaceTag
Definition:
localfunctionspacetags.hh:54
Generated by
1.9.1