forward Euler test
simple implementation of forward Euler.
Not sure about a few things:
- I don't know about transonic, so I didnt implement the transpiled blocks
- I don't know what the CFL number should be for forward Euler, so I set it to be the same as for RK2 (more restrictive)
Edited by Pierre Augier