dune-pdelab  2.4-dev
backend/common/tags.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_BACKEND_TAGS_HH
4 #define DUNE_PDELAB_BACKEND_TAGS_HH
5 
11 namespace Dune {
12 
13  namespace PDELab{
14 
15  namespace Backend {
16 
21 
24  {};
25 
28  {};
29 
31 
32  }
33 
34  namespace tags {
35 
36  using unattached_container DUNE_DEPRECATED_MSG("unattached_containers was moved to the namespace Dune::PDELab::Backend for PDELab 2.4. Please update your code accordingly.") = Backend::unattached_container;
37  using attached_container DUNE_DEPRECATED_MSG("unattached_containers was moved to the namespace Dune::PDELab::Backend for PDELab 2.4. Please update your code accordingly.") = Backend::attached_container;
38 
39  }
40 
41  } // namespace PDELab
42 
43 } // namespace Dune
44 
45 #endif // DUNE_PDELAB_BACKEND_TAGS_HH
Backend::unattached_container unattached_container
Definition: backend/common/tags.hh:36
Backend::attached_container attached_container
Definition: backend/common/tags.hh:37
Tag for requesting a vector or matrix container without a pre-attached underlying object...
Definition: backend/common/tags.hh:23
Tag for requesting a vector or matrix container with a pre-attached underlying object.
Definition: backend/common/tags.hh:27
Definition: adaptivity.hh:27