Scientific Computing I - Winter 11: Difference between revisions
No edit summary |
No edit summary |
||
Line 90: | Line 90: | ||
= Exams = | = Exams = | ||
== Finals == | |||
* Date of final exam: | * Date of final exam: February 7, 2012, 16:45-18:15 | ||
* Registration: | * Registration: TUM-Online | ||
* Room: | * Room: MW 0350, Egbert-von-Hoyer-Hörsaal | ||
* Helping material: One hand-written A4 sheet of paper, dictionary (if necessary) | * Helping material: One hand-written A4 sheet of paper, dictionary (if necessary) | ||
* Exam topics are all topics covered during the lectures. See the catalogue of exam questions and previous years' exams below. | * Exam topics are all topics covered during the lectures. See the catalogue of exam questions and previous years' exams below. | ||
* Exam review: | * Exam review: tba | ||
== Repetition == | == Repetition == | ||
Line 120: | Line 120: | ||
* [http://www5.in.tum.de/lehre/vorlesungen/sci_comp/exam/exam06.pdf exam winter 06/07] | * [http://www5.in.tum.de/lehre/vorlesungen/sci_comp/exam/exam06.pdf exam winter 06/07] | ||
* [http://www5.in.tum.de/lehre/vorlesungen/sci_comp/exam/exam07.pdf exam winter 07/08] | * [http://www5.in.tum.de/lehre/vorlesungen/sci_comp/exam/exam07.pdf exam winter 07/08] | ||
* | |||
== Repetition == | <!--== Repetition == | ||
* If you wanna take part in the repetition exam, you have register at TUMOnline at the begin of the summer term. | * If you wanna take part in the repetition exam, you have register at TUMOnline at the begin of the summer term. |
Revision as of 07:52, 9 January 2012
- Term
- Winter 11
- Lecturer
- Dr. rer. nat. habil. Miriam Mehl
- Time and Place
- Thursday, 10:00-12:00; Hörsaal im LMU Physik Werkstattgebäude Am Coulombwall 1 (Garching!)
- Audience
- Computational Science and Engineering, 1st semester (Module IN2005)
- Tutorials
- -
- Exam
- written exam
- Semesterwochenstunden / ECTS Credits
- 2 SWS (2V) / 3 Credits
- TUMonline
- {{{tumonline}}}
Announcements
Contents
This course provides an overview of scientific computing, i. e. of the different tasks to be tackled on the way towards powerful numerical simulations. The entire "pipeline" of simulation is discussed:
- mathematical models: derivation, analysis, and classification
- numerical treatment of these models: discretization of (partial) differential systems, grid generation
- efficient implementation of numerical algorithms: implementation on monoprocessors vs. parallel computers (architectural features, parallel programming, load distribution, parallel numerical algorithms)
- interpretation of numerical results & visualization
- validation
Lecture Notes and Material
October 20 | no lecture (SET) | |
October 27 | Introduction Population Modelling - Discrete Models |
Further Reading: A Real World Application Example Models in Science (Stanford Encyclopedia of Philosophy) |
November 3 | Population Modelling - ODEs | Further Reading: Analysis of ODE Models |
November 10 | Population Modelling - ODEs 2 | Further Material: Online Slope Field Plotter |
November 17 | ODE Numerics | Further Reading: Adaptive Time Stepping & Computational Stability |
November 24 | ODE Numerics Continued | |
December 1 | Parallel Timestepping | Further Reading: The Parareal Algorithm - A Survey of Present Work |
December 8 | no lecture, Dies Academicus | |
December 15 | Heat Transport Solving the Heat Equation |
Further Reading: The heat equation with partial differential equations |
December 22 | Numerics of PDEs | |
January 12 | ||
January 19 | ||
January 26 | ||
February 2 | ||
February 9 |
Exams
Finals
- Date of final exam: February 7, 2012, 16:45-18:15
- Registration: TUM-Online
- Room: MW 0350, Egbert-von-Hoyer-Hörsaal
- Helping material: One hand-written A4 sheet of paper, dictionary (if necessary)
- Exam topics are all topics covered during the lectures. See the catalogue of exam questions and previous years' exams below.
- Exam review: tba
Repetition
The repetition exam is open to CSE students if and only if they registered for the original exam. Students from other fields might register (even though they didn't take part in the finals) if their exam regulations do allow this. Otherwise, the same procedure as for the CSE students applies.
The repetition exam will take place at the end of the summer term. It will be a written exam, and is announced in TUMOnline. You have to register at TUMOnline for the exam even if you've registered for the finals and did not pass.
Catalogue of Exam Questions
The following catalogue contain questions collected by students of the lectures in winter 05/06 and 06/07. The catalogue is intended for preparation for the exam, only, and serves as some orientation. It's by no means meant to be a complete collection.
Last Years' Exams
Please, be aware that there are always slight changes in topics between the different years' lectures. Hence, the previous exams are not fully representative for this year's exam.
Literature
Books and Papers
- B. DiPrima: Elementary Differential Equations and Boundary Value Problems, Wiley, 1992 (excellent online material)
- A.B. Shiflet and G.W. Shiflet: Introduction to Computational Science, Princeton University Press (in particular Chapter 3,5,6)
- G. Golub and J. M. Ortega: Scientific Computing and Differential Equations, Academic Press (in particular Chapter 1-4,8)
- D. Braess: Finite Elements. Theory, Fast Solvers and Applications in Solid Mechanics, Cambridge University Press (in particular I.1, I.3, I.4, II.2)
- Tveito, Winther: Introduction to Partial Differential Equations - A Computational Approach, Springer, 1998 (in particular Chapter 1-4,7,10)
Online Material
- Website for pre-2005 courses in Scientific Computing (more extensive - several of the topics have moved to other lectures, or are reduced in extent, now); website is accessible from the "Rechnerhalle" or with login/password (contact lecturer)
- Website for the book of A.B. Shiflet and G.W. Shiflet: Introduction to Computational Science
- Maple Computational Toolbox Files: contains an introduction worksheet to Maple plus several worksheets related to CSE, which are covered in this textbook.
- ODE Software for Matlab (website by J.C. Polking, Rice University)