3wnbr1 / FEM

Finite Elements Method applied to static analysis

Home Page:https://3wnbr1.github.io/FEM/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FEM

Build Status Maintainability codecov StackShare

Finite Elements Analysis applied to static

Logo

Purpose

The purpose of this code is first academic. It's to explain simply how industrial codes do work.

Interface

Requirements

Your computer must have more than 2GB of RAM and verify one of the specifications bellow.

  • Anaconda Python 3.5 or higher
  • Python 3.5 or higher with pip install -r requirements.txt

Installation

Anaconda 3.5 or higher

Download the latest version Here and click run on macOS or Linux or runWin on windows

Linux and macOS
git clone https://github.com/3wnbr1/FEM.git
cd FEM
pip install -r requirements.txt
./run
Windows
git clone https://github.com/3wnbr1/FEM.git
cd FEM
pip install -r requirements.txt
start runWin.bat

About

Finite Elements Method applied to static analysis

https://3wnbr1.github.io/FEM/

License:MIT License


Languages

Language:Python 99.6%Language:Shell 0.3%Language:Batchfile 0.1%