PetscBag Object: ParameterBag (pbag_) contains parameters for simulations of top-secret, dangerous physics filename = secretfile.txt; Name of secret file rho = 1. ; Density, kg/m^3 W = 3. ; Vertical velocity, m/sec modes_x = 2 ; Number of modes in x-direction int_array = 1 2 3 ; Int array with 3 locations real_array = 1. -1. ; Real array with 2 locations do_output = FALSE; Write output file (yes/no) bool_array = TRUE FALSE FALSE; Bool array with 3 locations dt = LONG; (PetscDataType) meaningless datatype x1 = 1. ; x position x2 = 0.9 ; y position choose = THE_OTHER; (EnumeratedChoices) Express yourself by choosing among enumerated things PetscBag Object: ParameterBag (pbag_) contains parameters for simulations of top-secret, dangerous physics filename = secretfile.txt; Name of secret file rho = 1. ; Density, kg/m^3 W = 3. ; Vertical velocity, m/sec modes_x = 2 ; Number of modes in x-direction int_array = 1 2 3 ; Int array with 3 locations real_array = 1. -1. ; Real array with 2 locations do_output = FALSE; Write output file (yes/no) bool_array = TRUE FALSE FALSE; Bool array with 3 locations dt = LONG; (PetscDataType) meaningless datatype x1 = 1. ; x position x2 = 0.9 ; y position choose = THE_OTHER; (EnumeratedChoices) Express yourself by choosing among enumerated things The value of rho after loading is: 1.000000 #PETSc Option Table entries: -pbag_bool_array yes,0,false # (source: file) -pbag_choose THE_OTHER # (source: file) -pbag_do_output no # (source: file) -pbag_dt LONG # (source: file) -pbag_filename secretfile.txt # (source: file) -pbag_int_array 1,2,3 # (source: file) -pbag_modes_x 2 # (source: file) -pbag_real_array 1.0,-1.0 # (source: file) -pbag_rho 1.0 # (source: file) -pbag_W 3. # (source: file) -pbag_x1 1. # (source: file) -pbag_x2 .9 # (source: file) #End of PETSc Option Table entries