Skip to content

3wnbr1/FEM

Repository files navigation

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