Update processing.html

This commit is contained in:
Nicholas Horelik 2013-04-18 22:24:28 -03:00
parent 81c42dea5b
commit 1e7b5d00ca

View file

@ -309,7 +309,7 @@ data has been extracted as was done in the 2D plotting example script above, a
SILO file can be created with:</p>
<div class="highlight-python"><pre>import silomesh as sm
sm.init_silo("fluxtally.silo")
sm.init_mesh('tally_mesh',*mesh.dimension, *mesh.lower_left, *mesh.width)
sm.init_mesh('tally_mesh',*mesh.dimension, *mesh.lower_left, *mesh.upper_right)
sm.init_var('flux_tally_thermal')
for x in range(1,nx+1):
for y in range(1,ny+1):