summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlhan Özgen Xian <iozgen@lbl.gov>2021-06-09 19:15:00 -0700
committerIlhan Özgen Xian <iozgen@lbl.gov>2021-06-09 19:15:00 -0700
commit61b4a3b41530f46b10cc589e1defc6e00fa163f7 (patch)
tree2eab977e4cf49ea7ecdc710800da9bd2a028ed9d
parent5c4926bca4e6479ae49521683abe0b0f4d3cfcda (diff)
update READMEv0.1
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 515e19d..7432df9 100644
--- a/README.md
+++ b/README.md
@@ -20,9 +20,12 @@ Use GNU make to build the code.
After building, the executable is located in the root directory.
```
-./mammoth <input-file>
+./mammoth -[a/m] <input-file>
```
+The `-a` flag is set for carrying out the multiresolution analysis.
+The `-m` meshes the domain.
+
See the example input folder provided alongside the code.
## References