SummationByParts/multigrid
Magnus Ulimoen 5d59a51bbe Add option to output information in JSON 2021-02-12 18:28:30 +01:00
..
examples Add back tsection 2020-09-04 17:19:36 +02:00
src Add option to output information in JSON 2021-02-12 18:28:30 +01:00
Cargo.toml Update json5 crate to include location errors 2021-02-12 18:08:10 +01:00
README.md Update READMEs 2020-09-19 14:41:02 +02:00
eulerplot move multigrid example 2020-04-12 12:43:14 +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.