Chi-Tech
test_framework_parameters_params_test_00_lua.h
Go to the documentation of this file.
1
/** \page test_framework_parameters_params_test_00_lua test/framework/parameters/params_test_00.lua
2
\ingroup LuaInputExamples
3
4
\code
5
6
7
block =
8
{
9
enabled = true,
10
it_method = "gmres",
11
nl_abs_tol = 1.0e-12,
12
nl_max_its = 33,
13
sub1 =
14
{
15
ax_method = 2,
16
l_abs_tol = 1.0e-2
17
},
18
sub2 =
19
{
20
ax_method = 3,
21
l_abs_tol = 1.0e-3,
22
blocks = {99, 98, 97},
23
cblocks = {{1,2,3},{4,5,6},{7,8,9}}
24
}
25
}
26
27
chi_unit_tests.chi_ParameterBlock_Test00(--[[verbose=]]true, block)\endcode
28
*/
29
30
doc
generated_files
test
framework
parameters
test_framework_parameters_params_test_00_lua.h
Generated by
1.9.3