SummationByParts/multigrid
Magnus Ulimoen 0878e75b8d Fixup test 2021-06-29 19:51:09 +02:00
..
examples Add 100x100 grid config on single grid 2021-06-29 18:36:39 +02:00
src Fixup test 2021-06-29 19:51:09 +02:00
Cargo.toml Add Evaluator for defining IC/BC in json config 2021-06-29 17:55:19 +02:00
README.md Update READMEs 2020-09-19 14:41:02 +02:00
eulerplot Fix interactive eulerplot 2021-06-27 12:34:59 +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.