iyht / FEM

Tetrahedral Finite Elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is my implementation of FEM assignment in CSC417/CSC2549-Physics-based Animation. Armadillo simulated via Finite Element Elasticity

Build & Execution

git submodule update --init --recursive
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make 
./a3-finite-elements-3d

About

Tetrahedral Finite Elements


Languages

Language:C++ 99.1%Language:CMake 0.9%