ariadne-cps / release-1.0

Frozen 1.0 release of the Ariadne C++ framework for cyber-physical systems
http://www.ariadne-cps.org
GNU General Public License v3.0
0 stars 0 forks source link

Change the step size relation to grid #50

Open lgeretti opened 7 years ago

lgeretti commented 7 years ago

Originally reported by Luca Geretti (Bitbucket: lgeretti, GitHub: lgeretti)


Given a step h and a grid length k, we should have that the limit of k/h goes to zero for infinite accuracy. This means that the grid length must reduce quicker than the step, for example with k ~ h^2.