Scientific Computing II - Summer 14: Difference between revisions

From Sccswiki
Jump to navigation Jump to search
Line 77: Line 77:
|| [http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss14/scicomp2_overview.pdf Introduction], [http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss14/smoothing.pdf Relaxation Methods]  
|| [http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss14/scicomp2_overview.pdf Introduction], [http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss14/smoothing.pdf Relaxation Methods]  
|| Apr 14
|| Apr 14
|| [http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss14/blatt1.pdf sheet1][http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss14/blatt1solution.pdf solution1]
|| [http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss14/blatt1.pdf sheet1],[http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss14/blatt1solution.pdf solution1]
|| <!-- [http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss12/tutorial_00/00_organisation-and-introduction.pdf Slides]|| [http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss12/tutorial_00/code.tar.gz Matlab Code] -->
||  
|-  
|-  
| Apr 15 || [http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss14/multigrid.pdf Multigrid Methods] (Part I), [http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss13/MG-illustration.pdf Animations]   
| Apr 15 || [http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss14/multigrid.pdf Multigrid Methods] (Part I), [http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss13/MG-illustration.pdf Animations]   
Line 87: Line 87:
| Apr 28 (Mon) || [http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss14/multigrid.pdf Multigrid Methods] (Part II)
| Apr 28 (Mon) || [http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss14/multigrid.pdf Multigrid Methods] (Part II)
|| Apr 29 (Tue)
|| Apr 29 (Tue)
|| [http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss14/blatt2.pdf sheet2] <!--[http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss13/uebungen/blatt2angabe.pdf Sheet2], [http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss13/uebungen/blatt2solution.pdf Solution], [http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss13/uebungen/uebung2/smoothers.m smoothers.m]-->
|| [http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss14/blatt2.pdf sheet2] ,[http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss14/blatt2solution.pdf Solution]
||
|| [http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss14/smoothers.m smoothers.m]
|-
|-
| May 05 (Mon) || [http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss13/multigrid.pdf Multigrid Methods] (Part II cont., Part III)
| May 05 (Mon) || [http://www5.in.tum.de/lehre/vorlesungen/sci_compII/ss13/multigrid.pdf Multigrid Methods] (Part II cont., Part III)

Revision as of 10:08, 5 May 2014

Term
Summer 2014
Lecturer
Prof. Dr. Michael Bader
Time and Place
Tuesday 10-12, lecture room MI 02.07.023
First Lecture: Apr 8
Audience
Computational Science and Engineering, 2nd semester
others: see module description
Tutorials
Kaveh Rahnema (time and place t.b.a.)
Monday 10-12, lecture room MI 02.07.023,
First Tutorial: April 14
Exam
written exam
Semesterwochenstunden / ECTS Credits
2V + 2Ü / 5 Credits
TUMonline
Scientific Computing II



Announcements

Contents

This course provides a deeper knowledge in two important fields of scientific computing:

  • iterative solution of large sparse systems of linear equations:
    • relaxation methods
    • multigrid methods
    • steepest descent
    • conjugate gradient methods
  • molecular dynamics simulations
    • the physical model
    • the mathematical model
    • approximations and discretization
    • implementational aspects
    • parallelisation
    • examples of nanofluidic simulations

The course is conceived for students in computer science, mathematics, or some field of science or engineering who already have a certain background in the numerical treatment of (partial) differential equations.

Lecture Notes and Material

will be made available throughout the lecture ...

lecture material tutorial exercise matlab
Apr 8 Introduction, Relaxation Methods Apr 14 sheet1,solution1
Apr 15 Multigrid Methods (Part I), Animations Apr 21 - (Easter holiday)
Apr 28 (Mon) Multigrid Methods (Part II) Apr 29 (Tue) sheet2 ,Solution smoothers.m
May 05 (Mon) Multigrid Methods (Part II cont., Part III) May 06 skipped (student assembly)

Literature

  • William L. Briggs, Van Emden Henson, Steve F. McCormick. A Multigrid Tutorial. Second Edition, SIAM, 2000 (available as eBook in the TUM library)
  • Ulrich Trottenberg, Cornelis Oosterlee, Anton Schüller. Multigrid. Elsevier, 2001.
  • J.R. Shewchuk. An Introduction to the Conjugate Gradient Method Without the Agonizing Pain (download as PDF). 1994.
  • V. Eijkhout: Introduction to High-Performance Scientific Computing (textbook, available as PDF on the website)
  • M. Griebel, S. Knapek, G. Zumbusch, and A. Caglar. Numerical simulation in molecular dynamics. Springer, 2007 (available as eBook in the TUM library)
  • M. P. Allen and D. J. Tildesley. Computer Simulation of Liquids. Oxford University Press, 2003.
  • D. Frenkel and B. Smith. Understanding Molecular Simulation from Algorithms to Applications. Academic Press (2nd ed.), 2002.
  • R. J. Sadus. Molecular Simulation of Fluids; Theory, Algorithms and Object-Orientation. Elsevier, 1999.
  • D. Rapaport. The art of molecular dynamics simulation. Camebridge University Press, 1995.

Further Material

Annotated slides for the lecture in summer 2010 /(given by Dr. Tobias Weinzierl) are available from the TeleTeachingTool Lecture Archive

Matlab (together with installation instructions) is available from https://matlab.rbg.tum.de/