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

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

Awesome Lists containing this project

README

          

# minfem2d

Minimal 2D implementation of the finite element method.

![demo](demo.png)

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