Chi-Tech
test_framework_parameters_gold_params_test_00_lua_gold.h
Go to the documentation of this file.
1/** \page test_framework_parameters_gold_params_test_00_lua_gold test/framework/parameters/gold/params_test_00.lua.gold
2\ingroup LuaInputExamples
3
4\code
5[0] Parsing argument 1 params_test_00.lua
6␛[0m[0] Parsing argument 2 --suppress_color
7␛[0m[0] Parsing argument 3 --supress_beg_end_timelog
8[0] Parsing argument 4 master_export=false
9[0] ChiTech number of arguments supplied: 4
10[0] GOLD_BEGIN
11[0] Hello world
12[0] It is a block
13[0] =
14[0] {
15[0] enabled = true,
16[0] it_method = "gmres",
17[0] nl_abs_tol = 0.000000,
18[0] nl_max_its = 33,
19[0] sub1 =
20[0] {
21[0] ax_method = 2,
22[0] l_abs_tol = 0.010000,
23[0] }
24[0] sub2 =
25[0] {
26[0] ax_method = 3,
27[0] blocks =
28[0] {
29[0] 0 = 99,
30[0] 1 = 98,
31[0] 2 = 97,
32[0] }
33[0] cblocks =
34[0] {
35[0] 0 =
36[0] {
37[0] 0 = 1,
38[0] 1 = 2,
39[0] 2 = 3,
40[0] }
41[0] 1 =
42[0] {
43[0] 0 = 4,
44[0] 1 = 5,
45[0] 2 = 6,
46[0] }
47[0] 2 =
48[0] {
49[0] 0 = 7,
50[0] 1 = 8,
51[0] 2 = 9,
52[0] }
53[0] }
54[0] l_abs_tol = 0.001000,
55[0] }
56[0] }
57[0] gmres
58[0] 2
59[0] 1e-12
60[0] true
61[0] 33
62[0] Has "blocks"?: 1
63[0] Num Parameters: 3
64[0] 99 98 97
65[0] Testing copy constructor
66[0] =
67[0] {
68[0] enabled = true,
69[0] it_method = "gmres",
70[0] nl_abs_tol = 0.000000,
71[0] nl_max_its = 33,
72[0] sub1 =
73[0] {
74[0] ax_method = 2,
75[0] l_abs_tol = 0.010000,
76[0] }
77[0] sub2 =
78[0] {
79[0] ax_method = 3,
80[0] blocks =
81[0] {
82[0] 0 = 99,
83[0] 1 = 98,
84[0] 2 = 97,
85[0] }
86[0] cblocks =
87[0] {
88[0] 0 =
89[0] {
90[0] 0 = 1,
91[0] 1 = 2,
92[0] 2 = 3,
93[0] }
94[0] 1 =
95[0] {
96[0] 0 = 4,
97[0] 1 = 5,
98[0] 2 = 6,
99[0] }
100[0] 2 =
101[0] {
102[0] 0 = 7,
103[0] 1 = 8,
104[0] 2 = 9,
105[0] }
106[0] }
107[0] l_abs_tol = 0.001000,
108[0] }
109[0] }
110[0] Testing move constructor
111[0] =
112[0] {
113[0] enabled = true,
114[0] it_method = "gmres",
115[0] nl_abs_tol = 0.000000,
116[0] nl_max_its = 33,
117[0] sub1 =
118[0] {
119[0] ax_method = 2,
120[0] l_abs_tol = 0.010000,
121[0] }
122[0] sub2 =
123[0] {
124[0] ax_method = 3,
125[0] blocks =
126[0] {
127[0] 0 = 99,
128[0] 1 = 98,
129[0] 2 = 97,
130[0] }
131[0] cblocks =
132[0] {
133[0] 0 =
134[0] {
135[0] 0 = 1,
136[0] 1 = 2,
137[0] 2 = 3,
138[0] }
139[0] 1 =
140[0] {
141[0] 0 = 4,
142[0] 1 = 5,
143[0] 2 = 6,
144[0] }
145[0] 2 =
146[0] {
147[0] 0 = 7,
148[0] 1 = 8,
149[0] 2 = 9,
150[0] }
151[0] }
152[0] l_abs_tol = 0.001000,
153[0] }
154[0] }
155[0] Testing varying
156[0] v(12)12
157[0] v(bool)1
158[0] v(bool)1
159[0] v(12)12
160[0] v(12.0)12
161[0] v(12.0)12
162[0] v(12.0)12
163[0] v(12.0) bytesize8
164[0] v(12.0)12
165[0] v(12)12
166[0] v(12)12
167[0] v(12)12
168[0] helloHello
169[0] helloHello
170[0] GOLD_END
171
172
173\endcode
174*/
175
176