Further restructuring,

这个提交包含在:
Craig Warren
2016-03-29 16:21:28 +01:00
父节点 188731062f
当前提交 3d91243523
共有 5 个文件被更改,包括 24 次插入24 次删除

查看文件

@@ -1,6 +1,6 @@
****************** *****************
Advanced modelling Advanced features
****************** *****************
This section provides example models of some of the more advanced features of gprMax. Each example comes with an input file which you can download and run. This section provides example models of some of the more advanced features of gprMax. Each example comes with an input file which you can download and run.

查看文件

@@ -1,6 +1,6 @@
**************************** ************************
Introductory/basic 2D models Introductory models (2D)
**************************** ************************
This section provides some introductory example models in 2D that demonstrate basic features of gprMax. Each example comes with an input file which you can download and run. This section provides some introductory example models in 2D that demonstrate basic features of gprMax. Each example comes with an input file which you can download and run.

查看文件

@@ -21,22 +21,14 @@ gprMax User Guide
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
:caption: Additional Python tools :caption: Python tools
plotting plotting
utils utils
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
:caption: Advanced topics :caption: Example models
python_scripting
user_libraries
openmp_mpi
.. toctree::
:maxdepth: 2
:caption: Examples
examples_simple_2D examples_simple_2D
examples_antennas examples_antennas
@@ -49,6 +41,14 @@ gprMax User Guide
faqs faqs
screencasts screencasts
.. toctree::
:maxdepth: 2
:caption: Advanced topics
python_scripting
openmp_mpi
user_libraries
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
:caption: Appendices :caption: Appendices

查看文件

@@ -1,8 +1,8 @@
.. _openmp-mpi: .. _openmp-mpi:
************************ ***********
Parallelism - OpenMP/MPI Parallelism
************************ ***********
OpenMP OpenMP
====== ======

查看文件

@@ -23,12 +23,12 @@ These antenna models can be accessed from within a block of Python code in your
antenna_like_GSSI_1500(0.125, 0.094, 0.100, 0.001) antenna_like_GSSI_1500(0.125, 0.094, 0.100, 0.001)
#end_python: #end_python:
.. figure:: images/antenna_like_GSSI_1500.png
:width: 600 px
FDTD geometry mesh showing an antenna model similar to a GSSI 1.5 GHz antenna (skid removed for illustrative purposes).
.. figure:: images/antenna_like_MALA_1200.png .. figure:: images/antenna_like_MALA_1200.png
:width: 600 px :width: 600 px
FDTD geometry mesh showing an antenna model similar to a MALA 1.2GHz antenna (skid removed for illustrative purposes). FDTD geometry mesh showing an antenna model similar to a MALA 1.2GHz antenna (skid removed for illustrative purposes).
.. figure:: images/antenna_like_GSSI_1500.png
:width: 600 px
FDTD geometry mesh showing an antenna model similar to a GSSI 1.5GHz antenna (skid removed for illustrative purposes).