We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1c1dc commit 0c03caaCopy full SHA for 0c03caa
1 file changed
docs/install_mingw.md
@@ -45,6 +45,12 @@ python two_body.py
45
../../next.exe two_body.txt 8 0.01 0.1 vtu
46
```
47
48
+#### If the copy command worked (copies to project root by default in CMake):
49
+../../next.exe two_body.txt 8 0.01 0.1 vtu
50
+
51
+#### If your executable is in build/
52
+../../build/next.exe two_body.txt 8 0.01 0.1 vtu
53
54
5. **View results**
55
56
Open the `.vtu` output in ParaView.
0 commit comments