mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-23 19:45:34 -04:00
14 lines
249 B
XML
14 lines
249 B
XML
|
|
<?xml version="1.0"?>
|
||
|
|
<settings>
|
||
|
|
|
||
|
|
<run_mode>plot</run_mode>
|
||
|
|
|
||
|
|
<mesh id="1">
|
||
|
|
<dimension>5 4 3</dimension>
|
||
|
|
<lower_left>-10 -10 -10</lower_left>
|
||
|
|
<upper_right>10 10 10</upper_right>
|
||
|
|
</mesh>
|
||
|
|
<entropy_mesh>1</entropy_mesh>
|
||
|
|
|
||
|
|
</settings>
|