femp icon indicating copy to clipboard operation
femp copied to clipboard

A small C++ finite element method implementation developed as a part of my master's thesis

FEMP CircleCI

Femp is a small C++ finite element method implementation developed to solve static analysis problems. Femp was developed by Rui Maciel as part of his master's thesis in Civil Engineering at Instituto Superior Técnico, University of Lisbon.

Dependencies

Required:

The project depends on the following software packages:

  • Qt5

  • Eigen3

  • SuiteSparse

  • OpenGL

  • GLUT

    sudo apt-get install libgl-dev freeglut3-dev libeigen3-dev libsuitesparse-dev

Optional

  • re2c