/2DFEM

An unstructured solver for the Heat Equation using the Finite Element Method

Primary LanguageC++

A 2D unstructured Finite Element solver for the heat equation.

fem.exe <case> <output> Accepts a mesh in the Gmsh 2 ASCII format.

Supports only triangle mesh elements

Only Dirichlet boundries are currently implemented

The case file format is

<mesh path> <convergence tolerance> <group name> <bc type (d)> <value>