ovilab / atomify

Atomify - a realtime LAMMPS visualizer
GNU General Public License v3.0
151 stars 21 forks source link

Plotting of fix ave/whatever doesn't work with simulationSpeed > 1 #204

Closed andeplane closed 7 years ago

andeplane commented 8 years ago

Since these fixes need to be invoked the timestep before (ish). Note to self more than anything else.

andeplane commented 8 years ago

We can use the function FixAveHisto::nextvalid() which is probably in other classes also. We can then adjust the run command to match so synchronization happens at the correct time.

andeplane commented 7 years ago

This might be invalid since we now use regular lammps pipeline?

andeplane commented 7 years ago

This is not true now that we use fix atomify since it is synced every timestep even with higher speed.