dune-pdelab  2.0.0
backend/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 tags {
16 
21 
24  {};
25 
28  {};
29 
31 
32  }
33 
34  } // namespace PDELab
35 
36 } // namespace Dune
37 
38 #endif // DUNE_PDELAB_BACKEND_TAGS_HH
Tag for requesting a vector or matrix container with a pre-attached underlying object.
Definition: backend/tags.hh:27
Tag for requesting a vector or matrix container without a pre-attached underlying object...
Definition: backend/tags.hh:23