gabrielgellner / DiffEQ.jl

Staging Area for a Differential Solver suite in Julia (DEAD)
Other
0 stars 0 forks source link

Generic driver function names #10

Open gabrielgellner opened 8 years ago

gabrielgellner commented 8 years ago

Currently we use the names aode for array (fixed grid) output and dode for dense, interpolated output. I don't like the name dode as dense can suggest memory layout as opposed to the mathematical meaning.

Looking thru different names I don't want to use iode for interpolated since I like the I prefix for iterators which I plan to add. Another name for dense is continuous so the driver could be called code but then that looks like the work code. As an interpolated function can be called a "continuous extension" then the name could be ceode which is nice, but gets rid of the idea of a one letter prefix, if this matters?