My .emacs file
Here is my .emacs file. Copy it to ~/ and it will modify your emacs.
- My programming projects and some linux tips
Here is my .emacs file. Copy it to ~/ and it will modify your emacs.
The stationary advection diffusion equation solved with the finite difference method.
Continue reading ‘Numerical solution of the stationary advection diffusion equation.’
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 , written in Matlab to solve the Advection-diffusion equation. The matrix A (in A x= b) is a block pentadiagonal matrix.
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.