A finite element model of the advection diffusion equation
To compile adFE2D, just use make
in the project directory. So far
has only been tested on Linux, and probably won't work on Windows
because it uses the shell pwd
command to determine the project
directory.
Required Programs:
gfortran
to compile the fortran source codegmsh
to create input mesh fileBLAS
andLAPACK
for linear algebra
Optional python3 modules for visualization:
- STILL NEEDS TO FILLED OUT
Plus a sample image: [SAMPLE IMAGE]
gnuplot -persist -e "plot 'scratch.dat'" loop.plt