Zusammenfassung der Ressource
Explicit Methods
- Forward Differencing
- Use current derivative to move to next timestep
- 1st order accuracy in time
- 2nd order accuracy in space
- For stability, /Unew/</U/
- Central Differencing
- Symmetrical about (xi, tn)
- Leap Frog
- Uses a central differencing approximation
- Unconditionally unstable
- 2nd order accuracy
- Du Fort Frankel
- Stable variation
of the Leap Frog
method
- Uses an average of previous and next values
- Second order accuracy in time and space
- Oscillatory at large timesteps
- Each new value can be
calculated directly without
matrix algebra or iteration