Scientific Computing I - Winter 14: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 38: | Line 38: | ||
Slides of the lectures, as well as worksheets and solutions for the tutorials, will be published here as they become available. | Slides of the lectures, as well as worksheets and solutions for the tutorials, will be published here as they become available. | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 44: | Line 43: | ||
! '''Topic''' | ! '''Topic''' | ||
! '''Material''' | ! '''Material''' | ||
|- | |||
| Oct 20, 23 | |||
| Worksheet 1 (for the lecture on Oct 15) | |||
| [http://www5.in.tum.de/lehre/vorlesungen/sci_comp/ws14/uebungen/blatt1.pdf Worksheet 1], [http://www5.in.tum.de/lehre/vorlesungen/sci_comp/ws14/uebungen/blatt1solution.pdf Solution 1] | |||
<!-- | |||
|- | |- | ||
| Oct 23 | | Oct 23 | ||
| Introduction - CSE/Scientific Computing as a discipline | | Introduction - CSE/Scientific Computing as a discipline | ||
| slides: [http://www5.in.tum.de/lehre/vorlesungen/sci_comp/ws13/01_discipline.pdf 01_discipline.pdf], [http://www5.in.tum.de/lehre/vorlesungen/sci_comp/ws13/02_fibo.pdf 02_fibo.pdf] | | slides: [http://www5.in.tum.de/lehre/vorlesungen/sci_comp/ws13/01_discipline.pdf 01_discipline.pdf], [http://www5.in.tum.de/lehre/vorlesungen/sci_comp/ws13/02_fibo.pdf 02_fibo.pdf] | ||
|- | |- | ||
| Nov 4 | | Nov 4 |
Revision as of 09:29, 10 October 2014
- Term
- Winter 14
- Lecturer
- Dr. rer. nat. Tobias Neckel
- Time and Place
- Wednesday, 10:15-11:45; MI 00.13.009A, (starts Oct 10)
- Audience
- Computational Science and Engineering, 1st semester
- Tutorials
- Denis Jarema, time and place: I group: Monday, 16-18, MI 03.07.30, (starts Oct 20), II group: Thursday, 8-10, MI 02.07.023 (starts Oct 23)
- Exam
- written exam
- Semesterwochenstunden / ECTS Credits
- 4 SWS (2V+2Ü) / 5 Credits
- TUMonline
- tumonline
Announcements
Contents
The lecture will cover the following topics in scientific computing:
- typical tasks in the simulation pipeline in scientific computing;
- classification of mathematical models (discrete/continuous, deterministic/stochastic, etc.);
- modelling with (systems) of ordinary differential equations (example: population models);
- modelling with partial differential equations (example: heat equations);
- numerical treatment of models (discretisation of ordinary and partial differential equations: introduction to Finite Volume and Finite Element Methods, grid generation, assembly of the respective large systems of linear equations);
- analysis of the resulting numerical schemes (w.r.t. convergence, consistency, stability, efficiency);
An outlook will be given on the following topics:
- efficient implementation of numerical algorithms, both on monoprocessors and parallel computers (architectural features, parallel programming, load distribution, parallel numerical algorithms)
- interpretation of numerical results (visualization)
Lecture Notes and Material
Slides of the lectures, as well as worksheets and solutions for the tutorials, will be published here as they become available.
Day | Topic | Material |
---|---|---|
Oct 20, 23 | Worksheet 1 (for the lecture on Oct 15) | Worksheet 1, Solution 1
ExamsCatalogue of Exam QuestionsThe 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' ExamsPlease, 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.
LiteratureBooks and Papers
Online Material
|