1PetscBag Object: ParameterBag (pbag_) contains parameters for simulations of top-secret, dangerous physics 2 filename = myfile; Name of secret file 3 rho = 44. ; Density, kg/m^3 4 W = 5. ; Vertical velocity, m/sec 5 modes_x = 2 ; Number of modes in x-direction 6 int_array = 1 2 3 ; Int array with 3 locations 7 real_array = -1. -2. ; Real array with 2 locations 8 do_output = TRUE; Write output file (yes/no) 9 bool_array = FALSE FALSE FALSE; Bool array with 3 locations 10 dt = INT; (PetscDataType) meaningless datatype 11 x1 = 1. ; x position 12 x2 = 1.9 ; y position 13 choose = THAT; (EnumeratedChoices) Express yourself by choosing among enumerated things 14PetscBag Object: ParameterBag (pbag_) contains parameters for simulations of top-secret, dangerous physics 15 filename = myfile; Name of secret file 16 rho = 44. ; Density, kg/m^3 17 W = 5. ; Vertical velocity, m/sec 18 modes_x = 2 ; Number of modes in x-direction 19 int_array = 1 2 3 ; Int array with 3 locations 20 real_array = -1. -2. ; Real array with 2 locations 21 do_output = TRUE; Write output file (yes/no) 22 bool_array = FALSE FALSE FALSE; Bool array with 3 locations 23 dt = INT; (PetscDataType) meaningless datatype 24 x1 = 1. ; x position 25 x2 = 1.9 ; y position 26 choose = THAT; (EnumeratedChoices) Express yourself by choosing among enumerated things 27The value of rho after loading is: 44.000000 28