https://github.com/trots/minfem2d
Minimal 2D implementation of the finite element method
https://github.com/trots/minfem2d
cae computer-aided-engineering fem finite-element-methods finite-elements python strain-analysis
Last synced: 11 months ago
JSON representation
Minimal 2D implementation of the finite element method
- Host: GitHub
- URL: https://github.com/trots/minfem2d
- Owner: trots
- License: mit
- Created: 2023-02-04T21:02:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T06:05:05.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T08:25:56.111Z (about 1 year ago)
- Topics: cae, computer-aided-engineering, fem, finite-element-methods, finite-elements, python, strain-analysis
- Language: Python
- Homepage:
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minfem2d
Minimal 2D implementation of the finite element method.

Based on [this paper](https://habr.com/ru/post/271723/).
## Usage
Run the `main.py` with the input model to get results in VTK format:
```cmd
> python main.py workspace/test1.inp
```