Update READMEs

This commit is contained in:
2020-09-19 14:41:02 +02:00
parent 67f097cf31
commit e3a15b3844
3 changed files with 32 additions and 6 deletions

8
multigrid/README.md Normal file
View File

@@ -0,0 +1,8 @@
# 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:
```sh
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.