-
Notifications
You must be signed in to change notification settings - Fork 0
/
operators-divergence.toml
63 lines (57 loc) · 1.46 KB
/
operators-divergence.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[[divergence]]
trial-space = "P2"
test-space = "P1"
components-trial = [0, 1, 2]
dimensions = [2, 3]
quadrature = 2
loop-strategy = "cubes"
optimizations = ["moveconstants", "vectorize"]
[[divergence]]
trial-space = "P2"
test-space = "P1"
components-trial = [0, 1]
dimensions = [2]
quadrature = 2
loop-strategy = "sawtooth"
optimizations = ["moveconstants", "vectorize"]
blending = "AnnulusMap"
[[divergence]]
trial-space = "P2"
test-space = "P1"
components-trial = [0, 1, 2]
dimensions = [3]
quadrature = 2
loop-strategy = "sawtooth"
optimizations = ["moveconstants", "vectorize"]
blending = "IcosahedralShellMap"
[[divergence]]
trial-space = "P2Vector"
test-space = "P1"
dimensions = [2, 3]
quadrature = 2
loop-strategy = "cubes"
optimizations = ["moveconstants", "vectorize"]
[[divergence]]
trial-space = "P2Vector"
test-space = "P1"
dimensions = [2]
quadrature = 2
loop-strategy = "sawtooth"
optimizations = ["moveconstants", "vectorize"]
blending = "AnnulusMap"
[[divergence]]
trial-space = "P2Vector"
test-space = "P1"
dimensions = [3]
quadrature = 2
loop-strategy = "sawtooth"
optimizations = ["moveconstants", "vectorize"]
blending = "IcosahedralShellMap"
[[divergence]]
trial-space = "P2Vector"
test-space = "P1"
dimensions = [2, 3]
quadrature = 2
loop-strategy = "sawtooth"
optimizations = ["moveconstants", "vectorize", "quadloops", "tabulate"]
blending = "ParametricP2Map"