xref: /petsc/src/sys/tutorials/output/ex5_yaml.out (revision d06005cbea37256e14b0a9210dc34c4ed1410bfe)
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_view
30-pbag_bool_array yes,0,false
31-pbag_choose THE_OTHER
32-pbag_do_output no
33-pbag_dt LONG
34-pbag_filename secretfile.txt
35-pbag_int_array 1,2,3
36-pbag_modes_x 2
37-pbag_real_array 1.0,-1.0
38-pbag_rho 1.0
39-pbag_W 3.
40-pbag_x1 1.
41-pbag_x2 .9
42#End of PETSc Option Table entries
43