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:
gfortranto compile the fortran source codegmshto create input mesh fileBLASandLAPACKfor 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