Skip to content

Commit 5021c3b

Browse files
chahak13kks32
andauthored
Update README.md
Co-authored-by: Krishna Kumar <3963513+kks32@users.noreply.github.com>
1 parent 65c8f50 commit 5021c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Differentiable Material Point Method (Diff-MPM)
1+
# Differentiable Material Point Method (DiffMPM)
22

33
MPM simulations are applied in various fields such as computer graphics, geotechnical engineering, computational mechanics and more. `diffmpm` is a differentiable MPM simulation library written entirely in JAX which means it also has all the niceties that come with JAX. It is a highly parallel, Just-In-Time compiled code that can run on CPUs, GPUs or TPUs. It aims to be a fast solver that can be used in various problems like optimization and inverse problems. Having a differentiable MPM simulation opens up several advantages -
44
- **Efficient Gradient-based Optimization:** Since the entire simulation model is differentiable, it can be used in conjunction with various gradient-based optimization techniques such as stochastic gradient descent (SGD), ADAM etc.

0 commit comments

Comments
 (0)