Chi-Tech
test_framework_parameters_params_test_01c_lua.h
Go to the documentation of this file.
1/** \page test_framework_parameters_params_test_01c_lua test/framework/parameters/params_test_01c.lua
2\ingroup LuaInputExamples
3
4\code
5sub_obj = {
6 num_groups = 2,
7}
8
9--Optional parameter "use_my_stuff". Should create an error with
10-- renaming message
11chi_unit_testsB.TestObject.Create(
12 {
13 solver_type = "B",
14 coupled_field = "T",
15 sub_obj1 = sub_obj,
16 use_my_stuff = true
17 })\endcode
18*/
19
20