Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 310 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 310 Bytes

QIS

Quasi-isometric stiffening C++ implementation

Compile and run:

git clone --recurse-submodules https://github.com/ssloy/qis &&
cd qis &&
mkdir build &&
cd build &&
cmake .. &&
make -j &&
./stiffening2d ../hand.obj &&
./stiffening3d ../wrench-rest.mesh ../wrench-init.mesh ../wrench-lock.txt