Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greg-hamel/femur
Simple Finite Element Model (FEM) Library
https://github.com/greg-hamel/femur
finite-element-analysis finite-element-methods finite-elements solver
Last synced: about 2 months ago
JSON representation
Simple Finite Element Model (FEM) Library
- Host: GitHub
- URL: https://github.com/greg-hamel/femur
- Owner: Greg-Hamel
- License: mit
- Created: 2017-06-23T17:15:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T14:54:44.000Z (over 7 years ago)
- Last Synced: 2023-11-20T00:29:05.601Z (about 1 year ago)
- Topics: finite-element-analysis, finite-element-methods, finite-elements, solver
- Language: Python
- Size: 134 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FEMur
A simple Finite Element Modeling (FEM) library. It was originally developed for a Master's level course, but its development is being expanded to become a more well-rounded library which could be use to solve real-world problems.
# Goals
1. Solve exercises and homework for a Master's Level Finite Element Method Application course (short term).
2. Expand into a fully developed and easy-to-use FEM software (long term).