Seminar Multigrid Methods - Winter 12: Difference between revisions

From Sccswiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 38: Line 38:
** Additive and multiplicative multigrid
** Additive and multiplicative multigrid
** Adaptive multigrid, MLAT, FAC
** Adaptive multigrid, MLAT, FAC
** Multigrid for non-linear problems (vergeben)
** Multigrid for non-linear problems ('''vergeben''')


* Algebraic Multigrid:
* Algebraic Multigrid:

Revision as of 09:17, 23 July 2012

Term
Winter 12
Lecturer
Prof. Dr. Michael Bader, Benjamin Peherstorfer, Marion Weinzierl
Time and Place
t.b.a.
Audience
Students from Master Computational Science and Engineering (IN2183), Informatics (IN2107) and Mathematics, and Bachelor Informatics (IN0014) and Mathematics
Tutorials
-
Exam
-
Semesterwochenstunden / ECTS Credits
2 SWS (2S) / 4 Credits
TUMonline
Seminar page



Description

Multigrid Methods are (almost incredibly) fast solvers for certain problems in Scientific Computing - mainly systems of equations arising from the discretisation of PDE-based models. For simple model problems, such as the Poisson equation, multigrid solvers can be tuned to solve systems of millions to billions of equations with constant amount of work (some 20 flops in ideal cases) per unknown. However, for realistic scenarios and more complicated model equations, multigrid methods have to be modified to retain their optimal complexity. In addition the efficient implementation of multigrid methods, in particular on massively parallel hardware, is still an area of active research.

The student presentation planned for this seminar will thus explore and introduce to multigrid basics as well as recent research on the numerics and algorithmics of multigrid approaches (see the list of topics below).

Prerequisites

The following paper gives a good introduction into the basic idea of multigrid:

We would expect all participants to be familiar with the numerical terms and concepts used in this paper before the seminar starts.

Announcements

  • The seminar will be completely in English, so the students also have to give their talks and to write their papers in English.
  • Preliminary meeting: July 11, 10.30 - 12.00 in room MI 02.09.023.
    • The slides of the meeting are available here
  • Kick-off with final assignment of topics: first semester week (topics can, however, already be chosen before the semester break)

Topics

  • Multigrid Basics:
    • Geometric multigrid
    • Additive and multiplicative multigrid
    • Adaptive multigrid, MLAT, FAC
    • Multigrid for non-linear problems (vergeben)
  • Algebraic Multigrid:
    • Classical AMG
    • (Alpha-)Smoothed Aggregation
    • Parallel AMG
  • Operator-dependend Multigrid:
    • Introduction to operator-dependend multigrid
    • (Alpha-)BoxMG
  • Convection-diffusion equation
    • Introduction to solving the convection-diffusion equation with multigrid methods
    • Convection-dominated problems, closed characteristics
  • Further topics:
    • Multigrid for regularization in image restauration
    • Analysis of multigrid methods, Local Fourier Analysis
    • Smoother: SPAI, ...
    • Application of multigrid to Computational Fluid Dynamics/Navier-Stokes


Literature

  • Trottenberg, Oosterlee, Schüller: "Multigrid"
  • Briggs, Henson, McCormick: "A Multigrid Tutorial", 2nd edition
  • Publications in Journals etc.

Requirements

For successful completion of the seminar course you have to fulfil the following tasks

  • solid understanding of your topic
  • implementation of the underlying algorithm (frameworks can be provided) or similar
  • writing of a paper (about 8 pages)
  • presentation (30 min topical presentation + 10 min presentation of implementation results + discussion)
  • participation in the presentations of all other participants

The paper template is available here. Usage of Latex is required.