dune-pdelab
2.5-dev
dune
pdelab
backend
common
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
11
namespace
Dune
{
12
13
namespace
PDELab{
14
15
namespace
Backend {
16
21
23
struct
unattached_container
24
{};
25
27
struct
attached_container
28
{};
29
31
32
}
33
34
}
// namespace PDELab
35
36
}
// namespace Dune
37
38
#endif // DUNE_PDELAB_BACKEND_COMMON_TAGS_HH
Dune::PDELab::Backend::attached_container
Tag for requesting a vector or matrix container with a pre-attached underlying object.
Definition:
backend/common/tags.hh:27
Dune
For backward compatibility – Do not use this!
Definition:
adaptivity.hh:28
Dune::PDELab::Backend::unattached_container
Tag for requesting a vector or matrix container without a pre-attached underlying object.
Definition:
backend/common/tags.hh:23
Generated by
1.8.17