Xingbaji / PNCG_IPC

The source code of our paper PNCG.
39 stars 2 forks source link

This repository hosts the official implementation of the paper Preconditioned Nonlinear Conjugate Gradient Method for Real-time Interior-point Hyperelasticity.

Run demo

Requirements: pip install -r requirements.txt

Run:

cd PNCG_IPC/demo
python cubic_demos

Project Structure

The repository is organized as follows:

Note

Citation

Please consider citing our paper if your find our research or this codebase helpful:

@inproceedings{10.1145/3641519.3657490,
author = {Shen, Xing and Cai, Runyuan and Bi, Mengxiao and Lv, Tangjie},
title = {Preconditioned Nonlinear Conjugate Gradient Method for Real-time Interior-point Hyperelasticity},
year = {2024},
isbn = {9798400705250},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3641519.3657490},
doi = {10.1145/3641519.3657490},
booktitle = {ACM SIGGRAPH 2024 Conference Papers},
articleno = {96},
numpages = {11},
keywords = {GPU, Nonlinear conjugate gradient method, Physics-based simulation},
location = {Denver, CO, USA},
series = {SIGGRAPH '24}
}