Updated documentation with overlap checking

This commit is contained in:
nhorelik 2013-06-06 15:52:08 -04:00
parent 00286f1e49
commit d88b2e5040
4 changed files with 42 additions and 5 deletions

View file

@ -288,7 +288,7 @@ SILO file can be created with:
import silomesh as sm
sm.init_silo("fluxtally.silo")
sm.init_mesh('tally_mesh',*mesh.dimension, *mesh.lower_left, *mesh.upper_right)
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):