-
Notifications
You must be signed in to change notification settings - Fork 0
/
operators-k_divdiv.toml
38 lines (35 loc) · 1.06 KB
/
operators-k_divdiv.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
[[k_divdiv]]
trial-space = "P2Vector"
test-space = "P2Vector"
dimensions = [2, 3]
quadrature = 3
form-space-args.coefficient_function_space = "P1"
loop-strategy = "sawtooth"
optimizations = ["moveconstants", "vectorize", "quadloops"]
[[k_divdiv]]
trial-space = "P2Vector"
test-space = "P2Vector"
dimensions = [2]
quadrature = 3
form-space-args.coefficient_function_space = "P1"
loop-strategy = "sawtooth"
optimizations = ["moveconstants", "vectorize", "quadloops"]
blending = "AnnulusMap"
[[k_divdiv]]
trial-space = "P2Vector"
test-space = "P2Vector"
dimensions = [3]
quadrature = 3
form-space-args.coefficient_function_space = "P1"
loop-strategy = "sawtooth"
optimizations = ["moveconstants", "vectorize", "quadloops"]
blending = "IcosahedralShellMap"
[[k_divdiv]]
trial-space = "P2Vector"
test-space = "P2Vector"
dimensions = [2, 3]
quadrature = 3
form-space-args.coefficient_function_space = "P1"
loop-strategy = "sawtooth"
optimizations = ["moveconstants", "vectorize", "quadloops", "tabulate"]
blending = "ParametricP2Map"