This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
spin:esc203_fs2023 [2023/04/12 14:56] sebastian [List of assignments] |
spin:esc203_fs2023 [2023/04/21 14:23] (current) sebastian [List of assignments] |
||
|---|---|---|---|
| Line 30: | Line 30: | ||
| 3. Apr. 2023: | 3. Apr. 2023: | ||
| - {{ :spin:esc203.7.pdf | Multigrid Method}} | - {{ :spin:esc203.7.pdf | Multigrid Method}} | ||
| + | 17. Apr. 2023: | ||
| + | - {{ :spin:week7_maccormack_sebastian.pdf | MacCormack's Method}} | ||
| ====== Assignments ====== | ====== Assignments ====== | ||
| Line 87: | Line 88: | ||
| Muligrid method: | Muligrid method: | ||
| - Implement a 1-step v-cycle of the multi-grid approach and compare the result to SOR. After this, you can try out different cycles, e.g. the deep v-cycle, or the w-cycle **(hand in by Monday, April 17th, 2023)**. | - Implement a 1-step v-cycle of the multi-grid approach and compare the result to SOR. After this, you can try out different cycles, e.g. the deep v-cycle, or the w-cycle **(hand in by Monday, April 17th, 2023)**. | ||
| + | MacCormack's method: | ||
| + | - Otional bonus task: Implement MacCormack's method for solving the 1D-Burgers' Equation and compare to the results obtained using the Lax-Wendroff method. | ||