add a input file command #output_dir to specify the directory of output files other than the directory of the input files.

这个提交包含在:
archerC
2018-08-30 15:40:36 +08:00
父节点 9d9890aa2a
当前提交 b1e4d96fb7
共有 5 个文件被更改,包括 36 次插入3 次删除

查看文件

@@ -153,6 +153,18 @@ Allows you to control the amount of information displayed on screen when gprMax
where ``c1`` can be either y (yes) or n (no) which turns on or off the messages on the screen. The default value is y. When messages are on, gprMax will display on the screen information the translation of space and time values to cell coordinates, iteration number, material parameters etc... This information can be useful for error checking.
#output_dir:
----------
Allows you to control the directory of output files. The syntax of the command is:
.. code-block:: none
#output_dir: str1
where ``str1`` can be either the absolute path of the output directory or relative to the directory of the input files. The default value is the same as the directory of the input files.
#num_threads:
-----------------