https://github.com/ruimaciel/libfemp
A small finite element method library written in C++ and developed to analyse 3D elastic solid models.
https://github.com/ruimaciel/libfemp
cmake computational-mechanics cpp finite-element-analysis finite-element-method solid-mechanics structural-engineering
Last synced: about 2 months ago
JSON representation
A small finite element method library written in C++ and developed to analyse 3D elastic solid models.
- Host: GitHub
- URL: https://github.com/ruimaciel/libfemp
- Owner: ruimaciel
- License: gpl-3.0
- Created: 2023-11-03T23:28:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-04T18:03:46.000Z (over 1 year ago)
- Last Synced: 2025-01-12T19:33:53.160Z (3 months ago)
- Topics: cmake, computational-mechanics, cpp, finite-element-analysis, finite-element-method, solid-mechanics, structural-engineering
- Language: C++
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libfemp
```libfemp``` is a small finite element method library written in C++ and developed to analyse 3D elastic solid models.
```libfemp``` was originally a component of [femp](https://github.com/ruimaciel/femp).