Changes between Version 13 and Version 14 of u/erica/GudonovMethodEuler
- Timestamp:
- 04/30/13 13:46:08 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/GudonovMethodEuler
v13 v14 31 31 32 32 The time-step, is constrained by the CFL condition, which uses the max wave speed on the grid. The constraint used in the God. code here allows any given wave on the grid to travel a full delta_x in a time-step. In allowing this, we achieve a more efficient time-marching scheme, but with the assumption that wave interactions do not lead to wave accelerations. 33 34 == The code == 35 Here is an html version of the main program, with encompassing module, here.