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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
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).
2
+
This is a tutorial for elastodynamic contact simulation using [MUDA](https://github.com/MuGdxy/muda) (a [CUDA](https://developer.nvidia.com/cuda-toolkit) programming paradigm).
3
3
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).
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
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.
6
+
The tutorial (written by a beginner of simulation) aims at helping beginners learn how to write simple CUDA codes for efficient solid simulations on the GPU.
0 commit comments