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-pbag_bool_array yes,0,false # (source: file) 30-pbag_choose THE_OTHER # (source: file) 31-pbag_do_output no # (source: file) 32-pbag_dt LONG # (source: file) 33-pbag_filename secretfile.txt # (source: file) 34-pbag_int_array 1,2,3 # (source: file) 35-pbag_modes_x 2 # (source: file) 36-pbag_real_array 1.0,-1.0 # (source: file) 37-pbag_rho 1.0 # (source: file) 38-pbag_W 3. # (source: file) 39-pbag_x1 1. # (source: file) 40-pbag_x2 .9 # (source: file) 41#End of PETSc Option Table entries 42