Skip to content

Commit

Permalink
formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Sep 14, 2024
1 parent 0e41feb commit ce40f61
Show file tree
Hide file tree
Showing 18 changed files with 52 additions and 52 deletions.
10 changes: 5 additions & 5 deletions docs/source/_defaults.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* section: [driver]
* section: ``[driver]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand All @@ -16,7 +16,7 @@
| verbose | ``1.0`` | verbosity |
+----------------------------------+------------------+----------------------------------------------------+

* section: [io]
* section: ``[io]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand All @@ -33,7 +33,7 @@
| | | simulation ends? |
+----------------------------------+------------------+----------------------------------------------------+

* section: [mesh]
* section: ``[mesh]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand Down Expand Up @@ -62,7 +62,7 @@
| ny | ``25`` | number of zones in the y-direction |
+----------------------------------+------------------+----------------------------------------------------+

* section: [particles]
* section: ``[particles]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand All @@ -74,7 +74,7 @@
| particle_generator | ``random`` | how do we generate particles? (random, grid) |
+----------------------------------+------------------+----------------------------------------------------+

* section: [vis]
* section: ``[vis]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand Down
6 changes: 3 additions & 3 deletions docs/source/advection_defaults.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* section: [advection]
* section: ``[advection]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand All @@ -10,15 +10,15 @@
| limiter | ``2`` | limiter (0 = none, 1 = 2nd order, 2 = 4th order) |
+----------------------------------+------------------+----------------------------------------------------+

* section: [driver]
* section: ``[driver]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
+==================================+==================+====================================================+
| cfl | ``0.8`` | advective CFL number |
+----------------------------------+------------------+----------------------------------------------------+

* section: [particles]
* section: ``[particles]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand Down
4 changes: 2 additions & 2 deletions docs/source/advection_fv4_defaults.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* section: [advection]
* section: ``[advection]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand All @@ -12,7 +12,7 @@
| temporal_method | ``RK4`` | integration method (see mesh/integrators.py) |
+----------------------------------+------------------+----------------------------------------------------+

* section: [driver]
* section: ``[driver]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand Down
6 changes: 3 additions & 3 deletions docs/source/advection_nonuniform_defaults.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* section: [advection]
* section: ``[advection]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand All @@ -10,15 +10,15 @@
| limiter | ``2`` | limiter (0 = none, 1 = 2nd order, 2 = 4th order) |
+----------------------------------+------------------+----------------------------------------------------+

* section: [driver]
* section: ``[driver]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
+==================================+==================+====================================================+
| cfl | ``0.8`` | advective CFL number |
+----------------------------------+------------------+----------------------------------------------------+

* section: [particles]
* section: ``[particles]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand Down
4 changes: 2 additions & 2 deletions docs/source/advection_rk_defaults.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* section: [advection]
* section: ``[advection]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand All @@ -12,7 +12,7 @@
| temporal_method | ``RK4`` | integration method (see mesh/integrators.py) |
+----------------------------------+------------------+----------------------------------------------------+

* section: [driver]
* section: ``[driver]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand Down
4 changes: 2 additions & 2 deletions docs/source/advection_weno_defaults.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* section: [advection]
* section: ``[advection]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand All @@ -15,7 +15,7 @@
| temporal_method | ``RK4`` | integration method (see mesh/integrators.py) |
+----------------------------------+------------------+----------------------------------------------------+

* section: [driver]
* section: ``[driver]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand Down
6 changes: 3 additions & 3 deletions docs/source/burgers_defaults.inc
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
* section: [advection]
* section: ``[advection]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
+==================================+==================+====================================================+
| limiter | ``2`` | limiter (0 = none, 1 = 2nd order, 2 = 4th order) |
+----------------------------------+------------------+----------------------------------------------------+

* section: [driver]
* section: ``[driver]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
+==================================+==================+====================================================+
| cfl | ``0.8`` | advective CFL number |
+----------------------------------+------------------+----------------------------------------------------+

* section: [particles]
* section: ``[particles]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand Down
8 changes: 4 additions & 4 deletions docs/source/compressible_defaults.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* section: [compressible]
* section: ``[compressible]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand All @@ -20,23 +20,23 @@
| riemann | ``HLLC`` | HLLC or CGF |
+----------------------------------+------------------+----------------------------------------------------+

* section: [driver]
* section: ``[driver]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
+==================================+==================+====================================================+
| cfl | ``0.8`` | |
+----------------------------------+------------------+----------------------------------------------------+

* section: [eos]
* section: ``[eos]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
+==================================+==================+====================================================+
| gamma | ``1.4`` | pres = rho ener (gamma - 1) |
+----------------------------------+------------------+----------------------------------------------------+

* section: [particles]
* section: ``[particles]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand Down
6 changes: 3 additions & 3 deletions docs/source/compressible_fv4_defaults.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* section: [compressible]
* section: ``[compressible]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand All @@ -22,15 +22,15 @@
| riemann | ``CGF`` | |
+----------------------------------+------------------+----------------------------------------------------+

* section: [driver]
* section: ``[driver]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
+==================================+==================+====================================================+
| cfl | ``0.8`` | |
+----------------------------------+------------------+----------------------------------------------------+

* section: [eos]
* section: ``[eos]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand Down
6 changes: 3 additions & 3 deletions docs/source/compressible_react_defaults.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* section: [compressible]
* section: ``[compressible]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand All @@ -22,15 +22,15 @@
| riemann | ``HLLC`` | HLLC or CGF |
+----------------------------------+------------------+----------------------------------------------------+

* section: [driver]
* section: ``[driver]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
+==================================+==================+====================================================+
| cfl | ``0.8`` | |
+----------------------------------+------------------+----------------------------------------------------+

* section: [eos]
* section: ``[eos]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand Down
6 changes: 3 additions & 3 deletions docs/source/compressible_rk_defaults.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* section: [compressible]
* section: ``[compressible]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand All @@ -25,15 +25,15 @@
| | | hydrostatic equilibrium |
+----------------------------------+------------------+----------------------------------------------------+

* section: [driver]
* section: ``[driver]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
+==================================+==================+====================================================+
| cfl | ``0.8`` | |
+----------------------------------+------------------+----------------------------------------------------+

* section: [eos]
* section: ``[eos]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand Down
6 changes: 3 additions & 3 deletions docs/source/compressible_sdc_defaults.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* section: [compressible]
* section: ``[compressible]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand All @@ -22,15 +22,15 @@
| riemann | ``CGF`` | |
+----------------------------------+------------------+----------------------------------------------------+

* section: [driver]
* section: ``[driver]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
+==================================+==================+====================================================+
| cfl | ``0.8`` | |
+----------------------------------+------------------+----------------------------------------------------+

* section: [eos]
* section: ``[eos]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand Down
4 changes: 2 additions & 2 deletions docs/source/diffusion_defaults.inc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
* section: [diffusion]
* section: ``[diffusion]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
+==================================+==================+====================================================+
| k | ``1.0`` | conductivity |
+----------------------------------+------------------+----------------------------------------------------+

* section: [driver]
* section: ``[driver]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand Down
6 changes: 3 additions & 3 deletions docs/source/incompressible_defaults.inc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
* section: [driver]
* section: ``[driver]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
+==================================+==================+====================================================+
| cfl | ``0.8`` | |
+----------------------------------+------------------+----------------------------------------------------+

* section: [incompressible]
* section: ``[incompressible]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand All @@ -16,7 +16,7 @@
| proj_type | ``2`` | what are we projecting? 1 includes -Gp term in U* |
+----------------------------------+------------------+----------------------------------------------------+

* section: [particles]
* section: ``[particles]``

+----------------------------------+------------------+----------------------------------------------------+
| option | value | description |
Expand Down
Loading

0 comments on commit ce40f61

Please sign in to comment.