GitHub - rscircus/Simple-FEM-Solver: Simple FEM Solver in 1D for the convective-diffusive problem

Simple FEM Solver

By Roland Siegbert (siegbert@cats.rwth-aachen.de), http://www.cats.rwth-aachen.de, 2012.02.14

Adressed Problem:

This solver works on the Convection Diffusion Problem as stated in main.f90. Furthermore this repository includes two modules, which contain the major declarations and a bit of debugging and printing help.

Further information is available at http://www.cats.rwth-aachen.de/Members/siegbert.

Credits:

This is a FORTRAN 90 solution similar to Eva Schlauch's and Mike Nicolai's FEMSHUI Matlab FEM Solver.