Skip to content

Commit 5ed4492

Browse files
authored
Merge branch 'develop' into update_cht_tutorial
2 parents 315a1b5 + f82458f commit 5ed4492

File tree

10 files changed

+415
-2
lines changed

10 files changed

+415
-2
lines changed

_docs_v7/Build-SU2-Linux-MacOS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Options can be passed to the script to enable or disable different features of S
132132
| `-Denable-mkl` | `false` | enable Intel MKL support |
133133
| `-Denable-openblas` | `false` | enable OpenBLAS support |
134134
| `-Denable-pastix` | `false` | enable PaStiX support |
135+
| `-Denable-mpp` | `false` | enable Mutation++ support |
135136
| `-Denable-mixedprec` | `false` | enable the use of single precision on linear solvers and preconditioners |
136137

137138
For example to enable AD support pass the option to the `meson.py` script along with a value:

_docs_v7/SU2-Linux-MacOS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permalink: /docs_v7/SU2-Linux-MacOS/
1515
## Installation
1616

1717
### Download and unpack the archive
18-
[Download](/download/) the .zip for your operating system and unzip it where you want it to be installed.
18+
[Download](/download.html) the .zip for your operating system and unzip it where you want it to be installed.
1919

2020
### Setting Environment variables
2121

_docs_v7/Theory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Within the `NAVIER_STOKES` and `RANS` solvers, we discretize the equations in sp
6868
| --- | --- |
6969
| `EULER`, `FEM_EULER` | 7.0.0 |
7070

71-
SU2 solves the compressible Euler equations, which can be obtained as a simplification of the compressible Navier-Stokes equations in the absence of viscosty and thermal conductivity. They can be expressed in differential form as
71+
SU2 solves the compressible Euler equations, which can be obtained as a simplification of the compressible Navier-Stokes equations in the absence of viscosity and thermal conductivity. They can be expressed in differential form as
7272

7373
$$ \mathcal{R}(U) = \frac{\partial U}{\partial t} + \nabla \cdot \bar{F}^{c}(U) - S = 0 $$
7474

_tutorials/multiphysics/Unsteady_FSI_Python/Dynamic_FSI_Python.md

Lines changed: 412 additions & 0 deletions
Large diffs are not rendered by default.
123 KB
Loading
30.7 KB
Loading
184 KB
Loading
43.1 KB
Loading
47.9 KB
Loading
23.4 KB
Loading

0 commit comments

Comments
 (0)