Skip to content

Commit 3b6fe6e

Browse files
authored
fix links (#956)
1 parent 99c749d commit 3b6fe6e

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
lines changed

docs/documentation/case.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Case Files
22

3-
Example Python case files, also referred to as *input files*, can be found in the [examples/](https://github.com/MFlowCode/MFC/tree/master/examples) directory. They print a Python dictionary containing input parameters for MFC. Their contents, and a guide to filling them out, are documented
4-
in the user manual. A commented, tutorial script
3+
Example Python case files, also referred to as *input files*, can be found in the [examples/](https://github.com/MFlowCode/MFC/tree/master/examples) directory. They print a Python dictionary containing input parameters for MFC. Their contents, and a guide to filling them out, are documented in the user manual. A commented, tutorial script
54
can also be found in [examples/3d_sphbubcollapse/](https://github.com/MFlowCode/MFC/blob/master/examples/3D_sphbubcollapse/case.py).
65

76
## Basic Skeleton

docs/documentation/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Please select your desired configuration from the list bellow:
2323
. ./mfc.sh load
2424
```
2525

26-
- **Via [Aptitude](https://wiki.debian.org/Aptitude):**
26+
- **Via Aptitude:**
2727

2828
```shell
2929
sudo apt update

examples/2D_lid_driven_cavity/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ Reference:
66
> Ghia, U., & Ghia, K. N., & Shin, C. T. (1982). High-re solutions for incompressible flow
77
using the Navier-Stokes equations and a multigrid method. Journal of Computational Physics, 48, 387-411
88

9-
Video: https://youtube.com/shorts/JEP28scZrBM?feature=share
10-
119
## Final Condition
1210

1311
<img src="final_condition.png" height="MAX_HEIGHT"/>

examples/nD_perfect_reactor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Perfectly Stirred Reactor
22

33
Reference:
4-
> G. B. Skinner and G. H. Ringrose, “Ignition Delays of a Hydrogen—Oxygen—Argon Mixture at Relatively Low Temperatures”, J. Chem. Phys., vol. 42, no. 6, pp. 2190–2192, Mar. 1965. Accessed: Oct. 13, 2024. [Online]. Available: https://doi.org/10.1063/1.1696266.
4+
> G. B. Skinner and G. H. Ringrose, “Ignition Delays of a Hydrogen—Oxygen—Argon Mixture at Relatively Low Temperatures”, J. Chem. Phys., vol. 42, no. 6, pp. 2190–2192, Mar. 1965. Accessed: Oct. 13, 2024.
55
66
```bash
77
$ python3 analyze.py

examples/scaling/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Strong- & Weak-scaling
22

3-
The [**Scaling**](case.py) case can exercise both weak- and strong-scaling. It
3+
The scaling case can exercise both weak- and strong-scaling. It
44
adjusts itself depending on the number of requested ranks.
55

66
This directory also contains a collection of scripts used to test strong-scaling

0 commit comments

Comments
 (0)