From dc717d68bf049cea9de6e2a8fbc8a0566b907cf6 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Mon, 30 Jan 2017 18:21:30 +0000 Subject: [PATCH] Further clarification of PML terminology. --- docs/source/input.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/source/input.rst b/docs/source/input.rst index 9e329344..d0112b2e 100644 --- a/docs/source/input.rst +++ b/docs/source/input.rst @@ -892,12 +892,12 @@ Allows you to control the number of cells of PML that are used on the six sides #pml_cells: i1 [i2 i3 i4 i5 i6] -* ``i1`` is the number of cells of PML to use on all sides of the model domain (can be set to zero to completely switch off the PML), or ``i1`` is the number of cells of PML to use on the face of the model domain nearest the origin of the x-axis (xminus). -* ``i2`` is the number of cells of PML to use on the face of the model domain nearest the origin of the y-axis (yminus). -* ``i3`` is the number of cells of PML to use on the face of the model domain nearest the origin of the z-axis (zminus). -* ``i4`` is the number of cells of PML to use on the face of the model domain furthest from the origin of the x-axis (xplus). -* ``i5`` is the number of cells of PML to use on the face of the model domain furthest from the origin of the y-axis (yplus). -* ``i6`` is the number of cells of PML to use on the face of the model domain furthest from the origin of the z-axis (zplus). +* ``i1`` is the number of cells of PML to use on all sides of the model domain (can be set to zero to completely switch off the PML), or ``i1`` is the number of cells of PML to use on the side of the model domain nearest the origin of the x-axis (x0). +* ``i2`` is the number of cells of PML to use on the side of the model domain nearest the origin of the y-axis (y0). +* ``i3`` is the number of cells of PML to use on the side of the model domain nearest the origin of the z-axis (z0). +* ``i4`` is the number of cells of PML to use on the side of the model domain furthest from the origin of the x-axis (xmax). +* ``i5`` is the number of cells of PML to use on the side of the model domain furthest from the origin of the y-axis (ymax). +* ``i6`` is the number of cells of PML to use on the side of the model domain furthest from the origin of the z-axis (zmax). * ``i1 i2 i3 i4 i5 i6`` may be set to zero to turn off the PML on a specific side of the model domain. For example to use a PML with 20 cells (thicker than the default 10 cells) on only the z-axis sides of the domain use: