1PetscBag Object: ParameterBag (pbag_) contains parameters for simulations of top-secret, dangerous physics 2 filename = secretfile.txt; Name of secret file 3 rho = 1. ; Density, kg/m^3 4 W = 3. ; 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. -1. ; Real array with 2 locations 8 do_output = FALSE; Write output file (yes/no) 9 bool_array = TRUE FALSE FALSE; Bool array with 3 locations 10 dt = LONG; (PetscDataType) meaningless datatype 11 x1 = 1. ; x position 12 x2 = 0.9 ; y position 13 choose = THE_OTHER; (EnumeratedChoices) Express yourself by choosing among enumerated things 14PetscBag Object: ParameterBag (pbag_) contains parameters for simulations of top-secret, dangerous physics 15 filename = secretfile.txt; Name of secret file 16 rho = 1. ; Density, kg/m^3 17 W = 3. ; 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. -1. ; Real array with 2 locations 21 do_output = FALSE; Write output file (yes/no) 22 bool_array = TRUE FALSE FALSE; Bool array with 3 locations 23 dt = LONG; (PetscDataType) meaningless datatype 24 x1 = 1. ; x position 25 x2 = 0.9 ; y position 26 choose = THE_OTHER; (EnumeratedChoices) Express yourself by choosing among enumerated things 27The value of rho after loading is: 1.000000 28#PETSc Option Table entries: 29-options_file_yaml bag.yml 30-options_view 31-pbag_bool_array yes,0,false 32-pbag_choose THE_OTHER 33-pbag_do_output no 34-pbag_dt LONG 35-pbag_filename secretfile.txt 36-pbag_int_array 1,2,3 37-pbag_modes_x 2 38-pbag_real_array 1.0,-1.0 39-pbag_rho 1.0 40-pbag_W 3. 41-pbag_x1 1. 42-pbag_x2 .9 43#End of PETSc Option Table entries 44