Skip to content
Snippets Groups Projects
Commit c161221f authored by David Preiss's avatar David Preiss
Browse files

resizing images

parent 2328ff94
Branches
No related tags found
No related merge requests found
......@@ -4,21 +4,21 @@
The wave equation with and without damping for a dirac delta and sinusoidal initial conditions.
![](img/wave_dirac.gif)
![](img/wave_no_damp.gif)
![](img/wave_yes_damp.gif)
<img src="img/wave_dirac.gif" height="300">
<img src="img/wave_no_damp.gif" height="300">
<img src="img/wave_yes_damp.gif" height="300">
### 9.2
Increasing dt's above (and below) the courant condition, resulting in numerical instability
![](img/dt0_1.gif)
![](img/dt0_5.gif)
![](img/dt1_0.gif)
<img src="img/dt0_1.gif" height="300">
<img src="img/dt0_5.gif" height="300">
<img src="img/dt1_0.gif" height="300">
### 9.4
The 2D laplace equation using successive over-relaxation with fixed boundary conditions (and a fixed dirac-delta)
![](img/laplace_2D_dirac.gif)
![](img/laplace_2D_edges.gif)
\ No newline at end of file
<img src="img/laplace_2D_dirac.gif" height="300">
<img src="img/laplace_2D_edges.gif" height="300">
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment