Skip to content

Commit

Permalink
Added missing documentation (#3275)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Shimwell <[email protected]>
Co-authored-by: Paul Romano <[email protected]>
  • Loading branch information
3 people authored Jan 25, 2025
1 parent 7a18108 commit 2bea7f3
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docs/source/io_formats/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,29 @@ to false.

*Default*: true

--------------------------------
``<max_lost_particles>`` Element
--------------------------------

This element indicates the maximum number of lost particles.

*Default*: 10

------------------------------------
``<rel_max_lost_particles>`` Element
------------------------------------


This element indicates the maximum number of lost particles, relative to the
total number of particles.

*Default*: 1.0e-6

-------------------------------------
``<max_particles_in_flight>`` Element
-------------------------------------

This element indicates the number of neutrons to run in flight concurrently
This element indicates the number of particles to run in flight concurrently
when using event-based parallelism. A higher value uses more memory, but
may be more efficient computationally.

Expand Down

0 comments on commit 2bea7f3

Please sign in to comment.