-
Notifications
You must be signed in to change notification settings - Fork 0
/
operators-mass.toml
51 lines (46 loc) · 1.2 KB
/
operators-mass.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
[[mass]]
trial-space = "P1"
test-space = "P1"
dimensions = [2, 3]
quadrature = 2
loop-strategy = "sawtooth"
optimizations = ["moveconstants", "vectorize", "quadloops", "tabulate"]
[[mass]]
trial-space = "P1"
test-space = "P1"
dimensions = [2, 3]
quadrature = 2
loop-strategy = "sawtooth"
optimizations = ["moveconstants", "vectorize", "quadloops", "tabulate"]
blending = "ParametricP1Map"
[[mass]]
trial-space = "P2"
test-space = "P2"
dimensions = [2, 3]
quadrature = 4
loop-strategy = "sawtooth"
optimizations = ["moveconstants", "vectorize", "quadloops"]
[[mass]]
trial-space = "P2"
test-space = "P2"
dimensions = [2]
quadrature = 4
loop-strategy = "sawtooth"
optimizations = ["moveconstants", "vectorize", "quadloops"]
blending = "AnnulusMap"
[[mass]]
trial-space = "P2"
test-space = "P2"
dimensions = [3]
quadrature = 4
loop-strategy = "sawtooth"
optimizations = ["moveconstants", "vectorize", "quadloops"]
blending = "IcosahedralShellMap"
[[mass]]
trial-space = "P2"
test-space = "P2"
dimensions = [2, 3]
quadrature = 4
loop-strategy = "sawtooth"
optimizations = ["moveconstants", "vectorize", "quadloops"]
blending = "ParametricP2Map"