git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5319 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -1,9 +1,9 @@
|
|||||||
#!/usr/local/bin/python -i
|
#!/usr/local/bin/python -i
|
||||||
# preceeding line should have path for Python on your machine
|
# preceeding line should have path for Python on your machine
|
||||||
|
|
||||||
# viz.py
|
# viz_atomeye.py
|
||||||
# Purpose: viz running LAMMPS simulation via GL tool in Pizza.py
|
# Purpose: viz running LAMMPS simulation via AtomEye
|
||||||
# Syntax: viz.py in.lammps Nfreq Nsteps
|
# Syntax: viz_atomeye.py in.lammps Nfreq Nsteps
|
||||||
# in.lammps = LAMMPS input script
|
# in.lammps = LAMMPS input script
|
||||||
# Nfreq = dump and viz shapshot every this many steps
|
# Nfreq = dump and viz shapshot every this many steps
|
||||||
# Nsteps = run for this many steps
|
# Nsteps = run for this many steps
|
||||||
@ -18,7 +18,7 @@ ATOMEYE3 = "/home/sjplimp/tools/atomeye3/A3.i686-20060530"
|
|||||||
|
|
||||||
argv = sys.argv
|
argv = sys.argv
|
||||||
if len(argv) != 4:
|
if len(argv) != 4:
|
||||||
print "Syntax: viz.py in.lammps Nfreq Nsteps"
|
print "Syntax: viz_atomeye.py in.lammps Nfreq Nsteps"
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
infile = sys.argv[1]
|
infile = sys.argv[1]
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
#!/usr/local/bin/python -i
|
#!/usr/local/bin/python -i
|
||||||
# preceeding line should have path for Python on your machine
|
# preceeding line should have path for Python on your machine
|
||||||
|
|
||||||
# viz.py
|
# viz_gl.py
|
||||||
# Purpose: viz running LAMMPS simulation via GL tool in Pizza.py
|
# Purpose: viz running LAMMPS simulation via GL tool in Pizza.py
|
||||||
# Syntax: viz.py in.lammps Nfreq Nsteps
|
# Syntax: viz_gl.py in.lammps Nfreq Nsteps
|
||||||
# in.lammps = LAMMPS input script
|
# in.lammps = LAMMPS input script
|
||||||
# Nfreq = dump and viz shapshot every this many steps
|
# Nfreq = dump and viz shapshot every this many steps
|
||||||
# Nsteps = run for this many steps
|
# Nsteps = run for this many steps
|
||||||
@ -15,7 +15,7 @@ sys.path.append("./pizza")
|
|||||||
|
|
||||||
argv = sys.argv
|
argv = sys.argv
|
||||||
if len(argv) != 4:
|
if len(argv) != 4:
|
||||||
print "Syntax: viz.py in.lammps Nfreq Nsteps"
|
print "Syntax: viz_gl.py in.lammps Nfreq Nsteps"
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
infile = sys.argv[1]
|
infile = sys.argv[1]
|
||||||
|
|||||||
Reference in New Issue
Block a user