Chi-Tech
test/framework/parameters/params_test_01c.lua
sub_obj = {
num_groups = 2,
}
--Optional parameter "use_my_stuff". Should create an error with
-- renaming message
chi_unit_testsB.TestObject.Create(
{
solver_type = "B",
coupled_field = "T",
sub_obj1 = sub_obj,
use_my_stuff = true
})