Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ruimaciel/femp
- Owner: ruimaciel
- License: gpl-3.0
- Created: 2009-12-17T20:37:09.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T17:12:44.000Z (over 1 year ago)
- Last Synced: 2023-11-07T23:39:01.545Z (over 1 year ago)
- Topics: c-plus-plus, cpp, finite-element-analysis, finite-element-methods, finite-elements, master-thesis, opengl, qt, qt5
- Language: C++
- Homepage:
- Size: 73 MB
- Stars: 14
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
* GLUTsudo apt-get install libgl-dev freeglut3-dev libeigen3-dev libsuitesparse-dev
### Optional
* re2c