Chi-Tech
test_framework_parameters_params_test_01b_lua.h
Go to the documentation of this file.
1/** \page test_framework_parameters_params_test_01b_lua test/framework/parameters/params_test_01b.lua
2\ingroup LuaInputExamples
3
4\code
5sub_obj = {
6 num_groups = 2,
7}
8
9chi_unit_testsB.ChildTestObject.Create(
10 {
11 solver_type = "C",
12 coupled_field = "T",
13 sub_obj1 = sub_obj,
14 num_sub_groups = 3
15 })
16
17--Required parameter "format". Should create a deprecation error.
18chi_unit_testsB.TestObject.Create(
19 {
20 solver_type = "B",
21 coupled_field = "T",
22 sub_obj1 = sub_obj,
23 format = true
24 })\endcode
25*/
26
27