Skip to content

Commit c057876

Browse files
committed
mispelled my own name ...
1 parent eb7cbfe commit c057876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/sphinx_doc/Algorithms.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ can be chosen through the ``ppm_type`` flag:
6666
* ``ppm_type = 0`` uses a piecewise linear interpolation to reconstruct values at face.
6767
* ``ppm_type = 1`` is the original PPM method presented in Colella and Woodward [JCP 1984].
6868
* ``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.
7070

7171
In the remainder of this section, the extrema preserving PPM method, i.e ``ppm_type = 2``, is presented. Note that the implementation
7272
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

Comments
 (0)