Skip to content

SirKoto/tissue-fem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast Tissue FEM Simulation

Master's Thesis - 2022

Simulation of deformable tetrahedron models and the Finite Elements Method

Supports collisions, friction, and user interaction.

Implemented different energy models:

  • Bonet and Wood 2008 Neo-Hookean
  • Smith 2019 Stable Neo-Hookean
  • Corotational

Build

Make sure you have downloaded all the submodules and dependencies.

If not, run:

git submodule update --init --recursive

This project can easily be built with CMake

mkdir build
cd build
cmake ..

Dependencies

All dependencies are in the libs folder. They include:

  • Cereal
  • Eigen
  • GLAD
  • GLFW
  • glm
  • Dear ImGui
  • ImGuiFileDialog
  • ImGuizmo
  • implot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages