Skip to content

Commit

Permalink
minor updates to fix codeblock
Browse files Browse the repository at this point in the history
  • Loading branch information
gshipman committed Nov 29, 2023
1 parent d88a413 commit b1ccd86
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/sphinx/01_branson/branson.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,10 @@ Correctness

Branson has two main checks on correctness. The first is a looser check that's meant as a "smoke
test" to see if a code change has introduced an error. After every timestep, a summary block is
printed:
printed sdlfdjskl:

.. code-block:: bash
********************************************************************************
Step: 5 Start Time: 0.04 End Time: 0.05 dt: 0.01
source time: 0.166658
Expand All @@ -159,6 +160,7 @@ printed:
Two lines in the block specifically relate to conservation:

.. code-block:: bash
Radiation conservation: -5.83707e-17
Material conservation: -5.8599e-15
..
Expand Down Expand Up @@ -209,7 +211,8 @@ the same temperature in a standard marshak wave problem after 100 cycles. For th
23 0.010000237 0.0099765577 2.3568109e-07
24 0.010000281 0.0099765314 2.3568212e-07
-------------------------------------------------------
..
This output is expected as long as the spatial, boundary and region blocks are kept the same in the
input file. The IMC method that Branson uses is stocahstic so changing the random number seed or the
Expand Down Expand Up @@ -291,4 +294,4 @@ following table and figure.
References
==========

.. [Branson] Alex R. Long, 'Branson', 2023. [Online]. Available: https://github.com/lanl/branson. [Accessed: 22- Feb- 2023]
.. [Branson] Alex R. Long, 'Branson', 2023. [Online]. Available: https://github.com/lanl/branson. [Accessed: 22- Feb- 2023]

0 comments on commit b1ccd86

Please sign in to comment.