Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 523 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 523 Bytes

TinyMPS

This is a simple library for Moving Particle Semi-implicit (MPS) method.

Requirements

Usage

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).

License

Copyright (c) 2017 Shota SUGIHARA

Distributed under the MIT License.