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