Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgmb/mlsmpm-readable
https://github.com/cgmb/mlsmpm-readable
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cgmb/mlsmpm-readable
- Owner: cgmb
- License: gpl-3.0
- Created: 2021-05-07T07:54:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T07:55:09.000Z (over 3 years ago)
- Last Synced: 2023-08-01T13:23:44.708Z (over 1 year ago)
- Language: C++
- Size: 237 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MLS-MPM
This is a more readable implementation of MLS-MPM, originally written in 88 LOC
by Yuanming Hu to implement the method described in "A Moving Least Squares
Material Point Method with Displacement Discontinuity and Two-Way Rigid Body
Coupling" from SIGGRAPH 2018.The readable version can be found in `mls-mpm.cpp` while the original is in
`orig-mls-mpm88.cpp`. In March 2019, Hu posted another readable alternative,
which can be found in `orig-mls-mpm88-explained.cpp`.## How to Install Dependencies (Ubuntu)
sudo apt install cmake build-essential
# optional
sudo apt install libgomp1## How to Build
cmake -H. -Bbuild
cmake --build build## How to Run
build/mls-mpm