git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10748 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2013-09-10 23:35:01 +00:00
parent d3ad71c4c5
commit d9b19cf6ba
43 changed files with 11325 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# create set of randomly oriented line boxes and triangles
p = patch(0.05)
p.seed = 54321
p.dim = 2
p.lattice = [10,10,1]
p.build(50,"linebox",0.5,2,0.5,2,1)
p.build(50,"linetri",0.5,1.5,0.5,1.5,1)
p.write("data.line")
print "all done ... type CTRL-D to exit Pizza.py"