You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
-
# Muda-based Solid Simulatoion Tutorial
2
-
This is a tutorial for the Solid Simulation using Muda (a CUDA programming paradigm https://github.com/MuGdxy/muda).
1
+
# MUDA-based Solid Simulatoion Tutorial
2
+
This is a tutorial for Solid Simulations using [MUDA](https://github.com/MuGdxy/muda) (a CUDA programming paradigm).
3
3
4
-
The basic architecture of the simulators mimics Minchen Li's Solid-Sim-Tutorial(https://github.com/phys-sim-book/solid-sim-tutorial).
4
+
The basic architecture of the simulators follows [@liminchen](https://github.com/liminchen)'s Numpy version [Solid-Sim-Tutorial](https://github.com/phys-sim-book/solid-sim-tutorial).
5
+
6
+
The tutorial (written by a beginner of simulation) aims at helping beginners learn how to write simple CUDA codes for efficient solid simulation on the GPU.
5
7
6
-
The tutorial (which is also written by a beginner) may provide some help for the beginners to learn how to write simple CUDA codes for implicit solid simulation.
7
8
## Usage
8
9
1. Clone the repository
9
10
```bash
@@ -27,7 +28,7 @@ CMake>=3.29
27
28
28
29
CUDA>=11.0
29
30
30
-
## Simulators
31
+
## Examples
31
32
32
33
### 1. Simple Mass-Spring System
33
34

@@ -37,11 +38,11 @@ CUDA>=11.0
37
38

38
39
### 4. Friction
39
40

40
-
### 5. Moving Dirichlet Boundary
41
+
### 5. Moving Dirichlet Boundary Condition
41
42

42
-
### 6. Neohookean Model
43
+
### 6. Neohookean Solids
43
44

44
-
### 7. Neohookean Model with Self Collision
45
+
### 7. Neohookean Solids with Self-Contact
45
46

46
-
### 8. Neohookean Model with Self Friction
47
-

47
+
### 8. Neohookean Solids with Frictional Self-Contact
48
+

0 commit comments