This repo contains a modified version of Matej Krajnc's vertex model, which is used for cartilage simulation. Matej's research home page
- Clone the repo
- Go into
cartilagefolder
cd matej-vertex-model/cartilage
- Compile the program
g++ main.c -O3 -o main.o -fopenmp -lreadline
- Run the matlab script simulation_initialization_and_visualization.mlx under
matej-vertex-modelfolder - Follow the steps in the matlab script
- Run
main.o. Enterhelpfor more details.

