Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ruimaciel/femp

A small C++ finite element method implementation developed as a part of my master's thesis
https://github.com/ruimaciel/femp

c-plus-plus cpp finite-element-analysis finite-element-methods finite-elements master-thesis opengl qt qt5

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# FEMP [![CircleCI](https://circleci.com/gh/ruimaciel/femp/tree/master.svg?style=svg)](https://circleci.com/gh/ruimaciel/femp/tree/master)

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.](https://tecnico.ulisboa.pt/pt/)

## 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