Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 656 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 656 Bytes

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