DUNE PDELab (git)

nodetags.hh
1// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2// vi: set et ts=4 sw=2 sts=2:
3// SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root
4// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-GPL-2.0-only-with-PDELab-exception
5
6#ifndef DUNE_TYPETREE_NODETAGS_HH
7#define DUNE_TYPETREE_NODETAGS_HH
8
9namespace Dune {
10 namespace TypeTree {
11
18 struct LeafNodeTag {};
19
21 struct PowerNodeTag {};
22
25
28
29#ifndef DOXYGEN
30
32 struct StartTag {};
33
34
35
36#endif // DOXYGEN
37
39
40 } // namespace TypeTree
41} //namespace Dune
42
43#endif // DUNE_TYPETREE_NODETAGS_HH
Dune namespace.
Definition: alignedallocator.hh:13
Tag designating a composite node.
Definition: nodetags.hh:27
Tag designating a power node with runtime degree.
Definition: nodetags.hh:24
Tag designating a leaf node.
Definition: nodetags.hh:18
Tag designating a power node.
Definition: nodetags.hh:21
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)