SummationByParts/multigrid
Magnus Ulimoen 05873c0e22 Add pyproject.toml 2022-04-06 23:03:54 +02:00
..
examples Add gresho vortex example 2021-07-05 21:51:08 +02:00
plotter Add pyproject.toml 2022-04-06 23:03:54 +02:00
src Small clippy lint fixes 2022-02-25 20:43:57 +01:00
.gitignore Add pyproject.toml 2022-04-06 23:03:54 +02:00
Cargo.toml Use tuple over ndarray::s 2021-11-21 11:21:05 +01:00
README.md Update READMEs 2020-09-19 14:41:02 +02:00
pyproject.toml Add pyproject.toml 2022-04-06 23:03:54 +02:00

README.md

Multigrid

The input is json5 files, superset of json, but supports comments and trailing commas. Examples of configuration files can be found under examples, and most combinations of options are found running the output_configuration test:

cargo test output_configuration -- --nocapture

Output is on the hdf5 format, using a group-based system for storing the solution. Use eulerplot to plot the solution.