Chi-Tech
test_framework_parameters_params_test_01d_lua.h
Go to the documentation of this file.
1/** \page test_framework_parameters_params_test_01d_lua test/framework/parameters/params_test_01d.lua
2\ingroup LuaInputExamples
3
4\code
5sub_obj = {
6 num_groups = 2,
7}
8
9--Required parameter "use_ragusas_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_ragusas_stuff = true
17 })\endcode
18*/
19
20