Next: Functions provided by MoL
Up: MoL
Previous: Example
Contents
Time evolution methods provided by MoL
The default method is Iterative Crank-Nicholson. There are many ways
of implementing this. The standard "ICN" and "Generic"/"ICN" methods both implement the following, assuming
an iteration method:
 |
 |
 |
(part107) |
 |
 |
 |
(part108) |
 |
 |
 |
(part109) |
 |
 |
 |
(part1010) |
The ``averaging'' ICN method "ICN-avg" instead calculates
intermediate steps before averaging:
 |
 |
 |
(part1011) |
 |
 |
 |
(part1012) |
 |
 |
 |
(part1013) |
 |
 |
 |
(part1014) |
The Runge-Kutta methods are those typically used in hydrodynamics by,
e.g., Shu and others -- see [5] for
example. Explicitly the first order method is the Euler method:
 |
 |
 |
(part1015) |
 |
 |
 |
(part1016) |
 |
 |
 |
(part1017) |
The second order method is:
 |
 |
 |
(part1018) |
 |
 |
 |
(part1019) |
 |
 |
 |
(part1020) |
 |
 |
 |
(part1021) |
The third order method is:
 |
 |
 |
(part1022) |
 |
 |
 |
(part1023) |
 |
 |
 |
(part1024) |
 |
 |
 |
(part1025) |
 |
 |
 |
(part1026) |
The fourth order method, which is not strictly TVD, is:
 |
 |
 |
(part1027) |
 |
 |
 |
(part1028) |
 |
 |
 |
(part1029) |
 |
 |
 |
(part1030) |
 |
 |
 |
(part1031) |
 |
 |
 |
(part1032) |
Next: Functions provided by MoL
Up: MoL
Previous: Example
Contents
|