Skip to content
/ femp Public

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

License

Notifications You must be signed in to change notification settings

ruimaciel/femp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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