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
Copy file name to clipboardexpand all lines: Docs/sphinx_doc/Algorithms.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ can be chosen through the ``ppm_type`` flag:
66
66
* ``ppm_type = 0`` uses a piecewise linear interpolation to reconstruct values at face.
67
67
* ``ppm_type = 1`` is the original PPM method presented in Colella and Woodward [JCP 1984].
68
68
* ``ppm_type = 2`` is the "extrema preserving" variant of the PPM method.
69
-
* ``ppm_type = 3`` is a new hybrid PPM/WENO method developped by Motheay and Wakefield [CAMCOS 2020], that replace the interpolation and slope limiting procedures by a WENO reconstruction.
69
+
* ``ppm_type = 3`` is a new hybrid PPM/WENO method developped by Motheau and Wakefield [CAMCOS 2020], that replace the interpolation and slope limiting procedures by a WENO reconstruction.
70
70
71
71
In the remainder of this section, the extrema preserving PPM method, i.e ``ppm_type = 2``, is presented. Note that the implementation
72
72
in PeleC is a recollection of different extension of the PPM method published in Miller and Colella [JCP 2002] and Colella and Sekora [JCP 2008].
0 commit comments