Skip to content

Releases: 3wnbr1/FEM

Version 0.4

03 May 21:29
v0.4
7d89d01
Compare
Choose a tag to compare

FEM

Finite Elements Method

Purpose

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

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 and click run on Linux/macOS 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