Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 590 Bytes

README.mkd

File metadata and controls

14 lines (10 loc) · 590 Bytes

Simple FEM Solver

By Roland Siegbert ([email protected]), 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.