Skip to content

pxl-th/MPM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPM

Material-Point-Methods in Julia.

Files in src contain different implementations of MPM for different materials.

Each example is self contained and should run as is (provided you have installed necessary packages).

Fluid simulation Elasticity
YouTube YouTube
Fluid simulation Elasticity

Run

Julia 1.5 or above is needed.

Fluid simulation supports multithreading, so -t4 flag actually makes difference.

julia -t4 --project=. src/fluid.jl 

References

Releases

No releases published

Packages

No packages published

Languages