Changed #rx_box to #rx_array, and allowed it to do lines of receivers as well as 2D grids.

这个提交包含在:
craig-warren
2016-06-15 12:19:55 +08:00
父节点 c9c627720a
当前提交 6eee175620
共有 4 个文件被更改,包括 8 次插入10 次删除

查看文件

@@ -771,14 +771,14 @@ Allows you to introduce output points into the model. These are locations where
* When the optional parameters ``str1`` and ``str2`` are not given all the electric and magnetic field components and currents will be output with the receiver point.
#rx_box:
#rx_array:
--------
Provides a simple method of defining multiple output points in the model. The syntax of the command is:
.. code-block:: none
#rx_box: f1 f2 f3 f4 f5 f6 f7 f8 f9
#rx_array: f1 f2 f3 f4 f5 f6 f7 f8 f9
* ``f1 f2 f3`` are the lower left (x,y,z) coordinates of the output volume, and ``f4 f5 f6`` are the upper right (x,y,z) coordinates of the output volume.
* ``f7 f8 f9`` are the increments (x,y,z) which define the number of output points in each direction. The minimum value of ``f7`` is :math:`\Delta x`, the minimum value of ``f8`` is :math:`\Delta y`, and the minimum value of ``f9`` is :math:`\Delta z`.
@@ -793,7 +793,7 @@ Provides a simple method to allow you to move the location of all simple sources
#src_steps: f1 f2 f3
#rx_steps: f1 f2 f3
``f1 f2 f3`` are increments (x,y,z) to move all simple sources (``#hertzian_dipole`` or ``#magnetic_dipole``) or all receivers (created using either ``#rx`` or ``#rx_box`` commands).
``f1 f2 f3`` are increments (x,y,z) to move all simple sources (``#hertzian_dipole`` or ``#magnetic_dipole``) or all receivers (created using either ``#rx`` or ``#rx_array`` commands).
.. note::