Skip to content

A finite element model of the advection diffusion equation

License

Notifications You must be signed in to change notification settings

cbcoutinho/adFE2D

Repository files navigation

adFE2D

A finite element model of the advection diffusion equation

Installation

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 code
  • gmsh to create input mesh file
  • BLAS and LAPACK for linear algebra

Optional python3 modules for visualization:

  • STILL NEEDS TO FILLED OUT

Plus a sample image: [SAMPLE IMAGE]

Plot residuals from scratch.dat using gnuplot:

gnuplot -persist -e "plot 'scratch.dat'" loop.plt

About

A finite element model of the advection diffusion equation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages