pxl-th / MPM

Material-Point-Methods in Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Material-Point-Methods in Julia


Languages

Language:Julia 100.0%