Archive for June, 2008

My .emacs file

June 26th, 2008 by Daniel Høyer Iversen

Here is my .emacs file. Copy it to ~/ and it will modify your emacs.

Continue reading ‘My .emacs file’

Numerical solution of the stationary advection diffusion equation.

June 23rd, 2008 by Daniel Høyer Iversen

The stationary advection diffusion equation solved with the finite difference method.

Continue reading ‘Numerical solution of the stationary advection diffusion equation.’

Bash script for SFV and uncompressing of .r00 files

June 14th, 2008 by Daniel Høyer Iversen

A bash script to verify the integrity of files on Linux. Simple file verification (SFV)  is file format to store CRC32 checksums. If the checksums is correct, then the script will uncompress the files. The script can be used at files of format .rar, .r00, .r01 etc and with a .sfv file.

Continue reading ‘Bash script for SFV and uncompressing of .r00 files’

Steepest Descent Iteration

June 7th, 2008 by Daniel Høyer Iversen

Steepest Descent Iteration ,  written   in Matlab to solve the Advection-diffusion equation. The matrix A (in A x= b) is a block pentadiagonal matrix.

Continue reading ‘Steepest Descent Iteration’

Successive over-relaxation

June 2nd, 2008 by Daniel Høyer Iversen

Successive over-relaxation (SOR), written in Matlab to solve the Advection-diffusion equation. The matrix A (in A x= b) is a block pentadiagonal matrix.

Continue reading ‘Successive over-relaxation’