Processing math: 100%

Testing methods to solve Lagrangian advection

We'll implement a few different methods to solve the first order ODE drdt=v(r).

First of all, lets setup some useful python modules:

Testing methods to solve Lagrangian advectionWe'll implement a few different methods to solve the first order ODE drdt=v(r). First of all, lets setup some useful python modules: