You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clean up README: fix init->new, remove duplicate run instructions
Fix outdated 'init' subcommand references to 'new' in the Toolchain
table and tab completion note. Remove duplicate shock-droplet run
command and visualization text already covered in Try MFC section.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Run `./mfc.sh <command> --help` for detailed options, or see the [full documentation](https://mflowcode.github.io/documentation/index.html). Tab completion for bash and zsh is auto-installed after you have run `./mfc.sh generate` (or any non-`init` command) at least once. Play with the examples in `examples/` ([showcased here](https://mflowcode.github.io/documentation/examples.html)).
110
-
111
-
The shock-droplet interaction case above was run via
112
-
```shell
113
-
./mfc.sh run -n $(nproc) ./examples/3D_shockdroplet/case.py
114
-
```
115
-
where `$(nproc)` is the number of cores the example will run on (and the number of physical cores on your CPU device).
116
-
You can visualize the output data in `examples/3D_shockdroplet/silo_hdf5` via Paraview, Visit, or your favorite software.
109
+
Run `./mfc.sh <command> --help` for detailed options, or see the [full documentation](https://mflowcode.github.io/documentation/index.html). Tab completion for bash and zsh is auto-installed after you have run `./mfc.sh generate` (or any non-`new` command) at least once. Play with the examples in `examples/` ([showcased here](https://mflowcode.github.io/documentation/examples.html)).
0 commit comments