character(len=solSpecLen), |
parameter | :: |
stfun_Conf | = | 'function luafun_vector(x,y,z,t)'//nl//' return {x,y,z}'//nl//'end'//nl//'function luafun_scalar(x,y,z,t)'//nl//' return x'//nl//'end'//nl//'shape = {'//nl//' kind = "canoND",'//nl//' object = {'//nl//' origin = { 0.0, 0.5, 0.5 },'//nl//' vec = { 1.0, 0.0, 0.0 }'//nl//' }'//nl//'}'//nl//'e1 = {'//nl//' kind = "canoND",'//nl//' object = { origin = { 0.25, 0.25, 0.25 } }'//nl//'}'//nl//'e2 = {'//nl//' kind = "canoND",'//nl//' object = { origin = { 0.75, 0.25, 0.25 } }'//nl//'}'//nl//'scalar_fun = luafun_scalar'//nl//'scalar_const = 1.0'//nl//'vector_fun = luafun_vector'//nl//'vector_const = { 1.0, 2.0, 3.0 }'//nl//'vector_const_multitab = {'//nl//' { 1.0, 2.0, 3.0},'//nl//' { 4.0, 5.0, 6.0}'//nl//'}'//nl//'scalar_fun_shapeall = { fun = luafun_scalar }'//nl//'scalar_const_shapeall = { const = scalar_const }'//nl//'predefined_shapeall = {'//nl//' predefined = "combined",'//nl//' temporal = 1.0,'//nl//' spatial = 1.0'//nl//'}'//nl//'scalar_fun_shape = {'//nl//' fun = luafun_scalar,'//nl//' shape = shape'//nl//'}'//nl//'scalar_const_shape = { const = 1.0, shape = shape }'//nl//'vector_fun_shape = {'//nl//' fun = luafun_vector,'//nl//' shape = shape'//nl//'}'//nl//'vector_const_shape = {'//nl//' const = { 1.0, 2.0, 3.0 },'//nl//' shape = shape'//nl//'}'//nl//'predefined_shape = {'//nl//' predefined = "combined",'//nl//' temporal = 1.0,'//nl//' spatial = scalar_fun,'//nl//' shape = shape'//nl//'}'//nl//'predefined_vec_shape = {'//nl//' predefined = "combined",'//nl//' temporal = 1.0,'//nl//' spatial = {1.0,2.0,3.0},'//nl//' shape = shape'//nl//'}'//nl//'predefined_subtable_vec_shape = {'//nl//' predefined = {'//nl//' "combined",'//nl//' temporal = 1.0,'//nl//' spatial = {1.0,2.0,3.0},'//nl//' shape = shape'//nl//' }'//nl//'}'//nl//'st_fun_singleTab = { scalar_fun }'//nl//'st_fun_singleTab_shape = {'//nl//' fun=scalar_fun,'//nl//' shape=shape'//nl//'}'//nl//'st_fun_multiTab = { { fun=scalar_fun } }'//nl//'st_fun_const = {'//nl//' scalar_const,'//nl//' scalar_const*2,'//nl//' scalar_const*3'//nl//'}'//nl//'st_fun_vec_const = {'//nl//' vector_const,'//nl//' vector_const,'//nl//' vector_const'//nl//'}'//nl//'st_fun_2_s = {'//nl//' scalar_fun,'//nl//' scalar_fun,'//nl//' predefined_shape'//nl//'}' | |