Scientific Computing Lab - Winter 10: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 75: | Line 75: | ||
| [http://www5.in.tum.de/lehre/praktika/scicomp/ws10/material/worksheet5.pdf Worksheet 5] || [http://www5.in.tum.de/lehre/praktika/scicomp/ws10/lecture/09_results_ws4.pdf Results WS4] [http://www5.in.tum.de/lehre/praktika/scicomp/ws10/lecture/WS5_SOR&MG.pdf SOR&MG] || [http://www5.in.tum.de/lehre/praktika/scicomp/ws10/material/onedim.m onedim.m] , [http://www5.in.tum.de/lehre/praktika/scicomp/ws10/material/multigrid_1D.m multigrid_1D.m]|| 17.01.2011, 6:00 pm || 18.01.2011 || | | [http://www5.in.tum.de/lehre/praktika/scicomp/ws10/material/worksheet5.pdf Worksheet 5] || [http://www5.in.tum.de/lehre/praktika/scicomp/ws10/lecture/09_results_ws4.pdf Results WS4] [http://www5.in.tum.de/lehre/praktika/scicomp/ws10/lecture/WS5_SOR&MG.pdf SOR&MG] || [http://www5.in.tum.de/lehre/praktika/scicomp/ws10/material/onedim.m onedim.m] , [http://www5.in.tum.de/lehre/praktika/scicomp/ws10/material/multigrid_1D.m multigrid_1D.m]|| 17.01.2011, 6:00 pm || 18.01.2011 || | ||
|- | |- | ||
| [http://www5.in.tum.de/lehre/praktika/scicomp/ws10/material/worksheet6.pdf Worksheet 6] || [http://www5.in.tum.de/lehre/praktika/scicomp/ws10/lecture/Mesh_Comsol.pdf AdaptGrid&Comsol] || 31.01.2011, 6:00 pm || 01.02.2011 | | [http://www5.in.tum.de/lehre/praktika/scicomp/ws10/material/worksheet6.pdf Worksheet 6] || [http://www5.in.tum.de/lehre/praktika/scicomp/ws10/lecture/Mesh_Comsol.pdf AdaptGrid&Comsol] || || 31.01.2011, 6:00 pm || 01.02.2011 | ||
|} | |} | ||
Revision as of 23:01, 17 January 2011
- Term
- Winter 10
- Lecturer
- Dr. rer. nat. Tobias Weinzierl,
Janos Benk, M.Sc,Dipl.-Inf. Kristof Unterweger - Time and Place
- Wed 8:30-10:00 am, MI 02.07.023
- Audience
- Students of Computational Science and Engineering (Master, Module IN2182), compulsory course, first semester
- Tutorials
- -
- Exam
- no final exam
- Semesterwochenstunden / ECTS Credits
- 6 SWS (6P) / 10 credits
- TUMonline
- {{{tumonline}}}
Announcements
- October 21: First session
- December 22: Lecture will not take place (There will be one question hour for the 4th and 5th Worksheet)
Contents
The lab course gives an application oriented introduction to the following topics:
- explicit and implicit time stepping methods for ordinary differential equations
- numerical methods for stationary and instationary partial differential equations
- solvers for large, sparse systems of linear equations
- adaptivity and adaptively refined discretisation grids
- applications from fluid dynamics and heat transfer
Basics in linear algebra and differential calculus are required.
Timetable, Lecture Notes, and Material
- October 21/22: Matlab-Introduction
- October 27: Course
- November 3: Question session
- November 10: Course
- November 17: Question session
- November 24: Course
- December 1: Question session
- December 8: Course
- December 15: Question session
- December 22: No Course (only questions regarding 4th and 5th Worksheet)
- January 12: Course
- January 19: Course
- January 26: Final session
Literature
- MATLAB® - The Language of Technical Computing. http://www.mathworks.com/products/matlab/
- Boyce, DiPrima. Elementary Differential Equations and Boundary Value Problems. Wiley, 1992.
- William L. Briggs, Van Emden Henson, Steve F. McCormick. A Multigrid Tutorial. Second Edition. SIAM. 2000.
- Michael Hanke. Short Introduction to COMSOL Multiphysics. http://www.nada.kth.se/kurser/kth/2D1266/femlabcrash.pdf
Worksheets, Material, and Lecture Notes
due to: send your matlab-files per email to Benk Janos (benk(at)in.tum.de) and Kristof Unterweger (unterweg(at)in.tum.dne).
personal presentation: subscribe for slot at room 02.05.058
The personal presentation will be held in room 02.05.033
Worksheet | Lecture Notes | matlab | due to | personal presentation | |
Worksheet 1 | ODE explicit | 08.11.2010, 6:00 pm | 09.11.2010 | ||
Worksheet 2 | ODE implicit Newton method | 22.11.2010, 6:00 pm | 23.11.2010 | ||
Worksheet 3 | Results WS2 Stationary PDEs | 6.12.2010, 6:00 pm | 7.12.2010 | ||
Worksheet 4 | Results WS3 Instationary PDEs | moviesnippet.m | 20.12.2010, 6:00 pm | 21.12.2010 | |
Worksheet 5 | Results WS4 SOR&MG | onedim.m , multigrid_1D.m | 17.01.2011, 6:00 pm | 18.01.2011 | |
Worksheet 6 | AdaptGrid&Comsol | 31.01.2011, 6:00 pm | 01.02.2011 |
Matlab Introduction files |
slides |
exercisesDay1 |
exercisesDay2 |
sincplot.m |
sinsinc.m |