DUNE-ACFEM (unstable)

policy.hh
1#ifndef __DUNE_ACFEM_EXPRESSIONS_POLICY_HH__
2#define __DUNE_ACFEM_EXPRESSIONS_POLICY_HH__
3
4#include "../common/types.hh"
5
6namespace Dune {
7
8 namespace ACFem {
9
10 namespace Expressions {
11
12 namespace Policy {
13
14 using FloatingPointDefault = double;
15
19 using TraitsLevelMax = IndexConstant<10>;
20
27 using OptimizationLevelMax = IndexConstant<15>;
28
33 constexpr inline std::size_t WeightDefaultV = 1000UL;
34
35 } // NS Policy
36
37 } // NS Expressions
38
39 } // NS ACFem
40
41} // NS Dune
42
43#endif // __DUNE_ACFEM_COMMON_POLICY_HH__
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden & Uni Heidelberg  |  generated with Hugo v0.111.3 (Jun 19, 23:17, 2026)