你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Add PML objects and fix import locations in API docs
- Correct import location for 'output' user objects - Add documentation for PMLFormulation and PMLThickness userobjects
这个提交包含在:
@@ -194,11 +194,11 @@ Add Surface Water
|
||||
|
||||
Geometry View
|
||||
-------------
|
||||
.. autoclass:: gprMax.user_objects.cmds_multiuse.GeometryView
|
||||
.. autoclass:: gprMax.user_objects.cmds_output.GeometryView
|
||||
|
||||
Geometry Objects Write
|
||||
----------------------
|
||||
.. autoclass:: gprMax.user_objects.cmds_multiuse.GeometryObjectsWrite
|
||||
.. autoclass:: gprMax.user_objects.cmds_output.GeometryObjectsWrite
|
||||
|
||||
Source and output functions
|
||||
===========================
|
||||
@@ -249,7 +249,7 @@ Receiver Steps
|
||||
|
||||
Snapshot
|
||||
--------
|
||||
.. autoclass:: gprMax.user_objects.cmds_multiuse.Snapshot
|
||||
.. autoclass:: gprMax.user_objects.cmds_output.Snapshot
|
||||
|
||||
Subgrid
|
||||
-------
|
||||
@@ -263,7 +263,15 @@ PML functions
|
||||
|
||||
The default behaviour for the absorbing boundary conditions (ABC) is first order Complex Frequency Shifted (CFS) Perfectly Matched Layers (PML), with thicknesses of 10 cells on each of the six sides of the model domain. The PML can be customised using the following commands:
|
||||
|
||||
PML properties
|
||||
PML Formulation
|
||||
---------------
|
||||
.. autoclass:: gprMax.user_objects.cmds_singleuse.PMLFormulation
|
||||
|
||||
PML Thickness
|
||||
-------------
|
||||
.. autoclass:: gprMax.user_objects.cmds_singleuse.PMLThickness
|
||||
|
||||
PML Properties
|
||||
--------------
|
||||
.. autoclass:: gprMax.user_objects.cmds_singleuse.PMLProps
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户