TurboFEM  1.0.0
A library which solves FEM in parallel
TurboFEM

pipeline status

The big parallel FEM, on its way to defeat all the other FEM libraries, especially Lehrfem++.

Dependencies

apt-get update && apt-get -y install cmake make autoconf libeigen3-dev xorg-dev libglu1-mesa-dev
git submodule sync --recursive
git submodule update --init --recursive

Run

mkdir build; cd build; cmake ..; make

GUI

The GUI is built using nanogui, and will run everything. It can be found inside the app-subdirectory.

Report

The report can be found in the report-subdirectory.

Proposal

The proposal can be found in the report-subdirectory.