This repository contains the implementation for Assignment Set 2 of the Scientific Computing course of the UvA (5284SCCO6Y). The code is used to generate figures, and implement methods further dicussed in the report. (see docs/)
-Successive Over-Relaxation (SOR) solver for the Laplace equation
-Internal absorbing boundary (square sink)
-Harmonic-measure Diffusion-Limited Aggregation (DLA)
-Influence of nonlinear growth parameter
-Implement Gray-Scott model in two dimensions.
-numpy -matplotlib -SRC.SOR
The code can simply be run by running dla.py for diffusion-limited aggregation.
From the command line; python dla.py
Printed is which choise of eta is ran, and the current progress.
For the Gray_Scott model one can run. Gray_scott.py.
From the command line; python Gray_scott.py
-Boyu Chen -IJsbrand Meeter -Jiawei Li