Changes between Version 103 and Version 104 of u/erica/GudonovMethodEuler
- Timestamp:
- 05/09/13 14:17:30 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/GudonovMethodEuler
v103 v104 60 60 61 61 == The method == 62 63 === Order of accuracy === 64 65 This method is first order accurate in both spatial and temporal derivatives. Since the error, E, is proportional to the time step, h, to the nth order of accuracy: 66 67 {{{#!latex 68 E /propto h^n 69 }}} 70 71 For the Godunov scheme, we have that 72 73 74 {{{#!latex 75 E /propto h 76 }}} 62 77 63 78 === Finding Pstar ===