dune-pdelab  2.5-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_COMMON_TAGS_HH
4 #define DUNE_PDELAB_BACKEND_COMMON_TAGS_HH
5 
6 #include <dune/common/deprecated.hh>
7 
13 namespace Dune {
14 
15  namespace PDELab{
16 
17  namespace Backend {
18 
23 
26  {};
27 
30  {};
31 
33 
34  }
35 
36  } // namespace PDELab
37 
38 } // namespace Dune
39 
40 #endif // DUNE_PDELAB_BACKEND_COMMON_TAGS_HH
Tag for requesting a vector or matrix container without a pre-attached underlying object...
Definition: backend/common/tags.hh:25
For backward compatibility – Do not use this!
Definition: adaptivity.hh:27
Tag for requesting a vector or matrix container with a pre-attached underlying object.
Definition: backend/common/tags.hh:29