Skip to content

Commit 293f19e

Browse files
committed
Fix bug in two-disks.mpm
1 parent 80bfe0c commit 293f19e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/two-disks.mpm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ N_log = 10
3636
dumping_interval = N_log*1
3737
dump(dump1, all, particle, dumping_interval, dump_p.*.LAMMPS, x, y, z)
3838
dump(dump2, all, grid, dumping_interval, dump_g.*.LAMMPS, x, y, z)
39-
dump(dump3, all, pyplot, 1, dump.*.pdf, 500, 500)
4039
#-----------OUTPUTS------------------#
4140
compute(Ek, kinetic_energy, all)
4241
compute(Es, strain_energy, all)
@@ -46,9 +45,5 @@ set_dt(0.01) # constant time increments of 0.001
4645

4746
set_output(N_log)
4847
log_modify(custom, step, dt, time, Ek, Es)
49-
plot(Ek, N_log, time, Ek)
50-
plot(Es, N_log, time, Es)
51-
plot(Etot, N_log, time, Etot)
52-
save_plot(plot.pdf)
5348
log(N_log)
5449
run_time(3.5) # run for a period of 3.5 seconds

0 commit comments

Comments
 (0)