123456==123456
Section(_st_global) global [
 Parameters [
  + debug_level: 1 (input_file.dat:2:1)
  + general: 50 (input_file.dat:22:1)
  + mat: [[ 1, 23+2, 5, toto ],vect ] (input_file.dat:27:1)
  + rand1: 10 uniform [0.2, 0.5 ] (input_file.dat:30:1)
  + rand2: 10 weibull [0.2, 0.5 ] (input_file.dat:31:1)
  + rand3: 10 (input_file.dat:32:1)
  + seed: 123456 (input_file.dat:1:1)
  + toto: 2*pi + max(2, general) (input_file.dat:24:1)
  + vect: [ 1, 23+2, 5, toto ] (input_file.dat:26:1)
 ]
 Subsections [
  Section(_st_material) elastic opt1 [
   Parameters [
    + E: 1 (input_file.dat:5:6)
    + X135: 1 + 3* debug_level  (input_file.dat:6:6)
    + a: c (input_file.dat:11:6)
    + name: toto (input_file.dat:4:6)
    + yop: yop (input_file.dat:9:6)
   ]
   Subsections [
    Section(_st_rules) material [
     Parameters [
      + E: 1 (input_file.dat:15:11)
      + X135: 1 + 1  (input_file.dat:16:11)
      + name: toto (input_file.dat:14:11)
      + yop: yop (input_file.dat:18:11)
     ]
    ]

   ]
  ]

 ]
]

56.2832==56.2832
Vector<double>(4) : [1, 25, 5, 56.2832]
Matrix<double>(2,4) :[[1, 25, 5, 56.2832], [1, 25, 5, 56.2832]]
10 Uniform [ min=0.2, max=0.5 ]
10 Weibull [ shape=0.5, scale=0.2]
10