math - Is there a Time Corrected Velocity Verlet algorithm? -


i know of velocity verlet doesn't have initialisation issue of verlet , has velocity calculation in it's workings, , time corrected verlet correct varying timesteps doesn't include velocity calculations . "time corrected velocity verlet" incorporates velocity calculations velocity verlet , correct varying timesteps time-corrected verlet. known algorithm can find somewhere? havn't found on stackoverflow or google.

time corrected velocity verlet velocity verlet. looking @ velocity verlet , it's derivation 1 can see isn't wrong varying timesteps. 1 can test simple system , variable timestep. time-corrected verlet , velocity verlet yield similar solutions.

i convinced velocity verlet had wrong varying timesteps if verlet was. turns out algorithms more different names suggest.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -