Tom Downey
-
2007-09-27
- priority: 5 --> 4
Currently, the integral curve class uses either Euler's method or RK2/RK4 to plot a solution to differential equations. This doesn't handle non-function (i.e., relation) solutions, because these just use the slope, not the vector direction. Can these algorithms be enhanced to take direction into account, like what can be shown in a vector field display?