Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 364 Bytes

File metadata and controls

32 lines (21 loc) · 364 Bytes

Solving differential equations using FEM

Problem

pic1

Solution

pic2

Numerical computations were performed in a C++ program.

Result

pic3

Technologies

  • C++
  • Eigen
  • Matplotlibcpp

Setup

cd FEM/
mkdir build
cd build/
cmake ../
make
./example <number of divisions>