version 4.2 authored by Udo Ziegler's avatar Udo Ziegler
...@@ -1092,7 +1092,7 @@ The macro `SPQR(a,b,c)` defined in header file `nirvana.h` shortcuts the ...@@ -1092,7 +1092,7 @@ The macro `SPQR(a,b,c)` defined in header file `nirvana.h` shortcuts the
algebraic expression $a^2+b^2+c^2$. algebraic expression $a^2+b^2+c^2$.
**Example 2** (taken from `/nirvana/testproblems/MHD/problem17`; cf. **Example 2** (taken from `/nirvana/testproblems/MHD/problem17`; cf.
[Z05](#references)) \[[Z05](#references)\])
IC for the shock-cloud interaction problem simulated in a 3D Cartesian IC for the shock-cloud interaction problem simulated in a 3D Cartesian
box given by (x,y,z)=[-1/2,1/2]<sup>3</sup>: box given by (x,y,z)=[-1/2,1/2]<sup>3</sup>:
...@@ -2088,7 +2088,7 @@ values (given in brackets). ...@@ -2088,7 +2088,7 @@ values (given in brackets).
- `HLLD_PRESSURE_CORR` ({YES,NO}): option to enable/disable the - `HLLD_PRESSURE_CORR` ({YES,NO}): option to enable/disable the
low Mach pressure correction term in the HLLD Riemann solver low Mach pressure correction term in the HLLD Riemann solver
according to [MM21](#references) according to \[[MM21](#references)\]
- `BORIS_CORR` ({YES,NO,AUTO}): option to enable/disable the Boris - `BORIS_CORR` ({YES,NO,AUTO}): option to enable/disable the Boris
correction (cf. [Code features](#code-features)) correction (cf. [Code features](#code-features))
... ...
......