Course instructor: Ivan Oseledets
TAs: Maxim Rakhuba, Alexander Katrutsa, Alexey Boyko
Week | Classes | Homework | Tests |
---|---|---|---|
1 | Day 1: Lecture 1 (Intro), Course rules and syllabus Day 2: Lecture 2 (Discretization of IE) Day 3: Lecture 3 (Fast matvec: FFT, pFFT) |
Read rules! Problem set 1 (Deadline 18/09/17) Project proposal (Deadline 28/09/17) Proposal form |
|
2 | Day 1: Homework 1 Q & A Day 2: BEM++ overview and example Day 3: FEniCS overview |
||
3 | Day 1: Lecture 4 ($N$-body problem, Barnes-Hut) Day 2: Lecture 5 (Fast Multipole Method (FMM)) |
Problem set 2 (Deadline 02/10/17) | |
4 | Day 1: Lecture 6 (Discretization of PDEs and sparse matrices) Day 2: Lecture 7 (Sparse solvers) |
||
5 | Day 1: Lecture 8 (The Multigrid) Day 2: Lecture 9 (Domain decomposition) |
Problem set 3 (Deadline 16/10/17) | |
6 | Day 1: Lecture 10 (Intro to isogeometric analysis) |
In [1]:
from IPython.core.display import HTML
def css_styling():
styles = open("lectures/styles/custom.css", "r").read()
return HTML(styles)
css_styling()
Out[1]: