Skip to content

Commit

Permalink
V1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liminchen committed Aug 4, 2024
1 parent 7227fef commit 2129aab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This online book is developed based on [mdBook](https://github.com/rust-lang/mdB

md files of each chapter of the book is in `src/`.

[Python implementations](https://github.com/phys-sim-book/solid-sim-tutorial) of certain topics are included as submodules and discussed in the book. Thus, to clone the source with submodules:
[Python](https://github.com/phys-sim-book/solid-sim-tutorial) and [CUDA](https://github.com/phys-sim-book/solid-sim-tutorial-gpu) implementations of certain topics are included as submodules and discussed in the book. Thus, to clone the source with submodules:
```
git clone --recurse-submodules https://github.com/phys-sim-book/mdbook-src.git
```
Expand Down
2 changes: 2 additions & 0 deletions src/lec4.6-gpu_accel.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## GPU-Accelerated Simulation

**Author of this section: [Zhaofeng Luo](https://roushelfy.github.io/), Peking University*

We now rewrite the 2D mass-spring simulator to leverage GPU acceleration.
Instead of directly writing [CUDA](https://developer.nvidia.com/cuda-toolkit), we resort to [MUDA](https://github.com/MuGdxy/muda), a lightweight library that provides a simple interface for GPU-accelerated computations.

Expand Down
17 changes: 9 additions & 8 deletions src/preface.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,24 @@ If you are interested in contributing to editing and improving this book, please

Depending on the nature of your contribution, you'll be listed as book co-authors or community contributors in future builds of the book.

### Version 1.0.0 (Released 2024/5):
### Version 1.0.1 (Released 2024/8):

#### Chapter Contributors
#### Co-authors

- [Minchen Li](https://www.cs.cmu.edu/~minchenl/), CMU
- [Chenfanfu Jiang](https://www.math.ucla.edu/~cffjiang/), UCLA
- [Minchen Li](https://www.cs.cmu.edu/~minchenl/), Carnegie Mellon University
- [Chenfanfu Jiang](https://www.math.ucla.edu/~cffjiang/), University of California, Los Angeles
- [Zhaofeng Luo](https://roushelfy.github.io/), Peking University

#### Community Contributors (Github)

liminchen, cffjiang
Minchen Li ([@liminchen](https://github.com/liminchen)), Chenfanfu Jiang ([@cffjiang](https://github.com/cffjiang)), Zhaoming Xie ([@zxie-bdai](https://github.com/zxie-bdai)), Yuqi Meng ([@ARessegetesStery](https://github.com/ARessegetesStery)), Zhaofeng Luo ([@Roushelfy](https://github.com/Roushelfy))

### BibTeX

```
@book{li2024physics,
title={Physics-Based Simulation (V1.0.0)},
author={Li, Minchen and Jiang, Chenfanfu},
year={2024}
title={Physics-Based Simulation},
author={Minchen Li and Chenfanfu Jiang and Zhaofeng Luo},
year={2024}
}
```

0 comments on commit 2129aab

Please sign in to comment.