DUNE PDELab (git)

tags.hh
1//-*- tab-width: 4; c-basic-offset: 2; indent-tabs-mode: nil -*-
2#ifndef DUNE_PDELAB_FUNCTION_TAGS_HH
3#define DUNE_PDELAB_FUNCTION_TAGS_HH
4
5namespace Dune {
6namespace PDELab {
7
8 struct DifferentiableFunctionBaseTag {};
9 struct DifferentiableFunctionLocalViewBaseTag {};
10
11 struct DifferentiableFunctionTag : public DifferentiableFunctionBaseTag {};
12 struct DifferentiableFunctionLocalViewTag : public DifferentiableFunctionLocalViewBaseTag {};
13
14 struct PowerDifferentiableFunctionTag : public DifferentiableFunctionBaseTag {};
15 struct PowerDifferentiableFunctionLocalViewTag : public DifferentiableFunctionLocalViewBaseTag {};
16
17 struct CompositeDifferentiableFunctionTag : public DifferentiableFunctionBaseTag {};
18 struct CompositeDifferentiableFunctionLocalViewTag : public DifferentiableFunctionLocalViewBaseTag {};
19
20}
21}
22
23#endif // DUNE_PDELAB_FUNCTION_TAGS_HH
Dune namespace.
Definition: alignedallocator.hh:13
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)