This is a simple library for Moving Particle Semi-implicit (MPS) method.
- Eigen (http://eigen.tuxfamily.org/)
- Boost C++ Libraries (http://www.boost.org)
Build the source code.
make
Run example codes for dam break problem.
mkdir output
./bin/standard_mps
This example code writes vtk files as output. You can visualize them with Paraview (https://www.paraview.org).
Copyright (c) 2017 Shota SUGIHARA
Distributed under the MIT License.