July 3rd, 2015, 8:31 am
QuoteOriginally posted by: mutleyADE is already O(dt^2)? I learn something new each day. I like it even more now - unconditionally stable, easy as pie to code and parallelise, doesn't suffer from spurious oscillations. AND second order in both space and time :)I need to revisit MOL now you mention it. I came across it in your book when i was first looking at FDM. I must admit, at that stage, the mathematical rigour of your book was a little dry for what i was in need of at the time (Paul's 3-part tome, with all its practical examples, was my direct way into FDM). But now i am a more familiar with the different schemes / methods, i will have a look again. You appear to hold MOL in high esteem and that cannot be without reason.I used MOL a lot when I used to write Fortran FEM code for cathode guns (aka tv screens) and nonlinear heat transfer in the late 19th century. So, you discretize in space and then solve ODE using NAG. It has a long history, both as a theoretical mechanism to prove convergence and to get numbers.Instead of mucking around with home-grown time-marching leave it to the experts. ODE is a subfield of numerical analysis.Somehow, MOL is not widely known among quants.
Last edited by
Cuchulainn on July 2nd, 2015, 10:00 pm, edited 1 time in total.