你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
Updated comments for PML class.
这个提交包含在:
@@ -152,8 +152,9 @@ class PML(object):
|
|||||||
def __init__(self, G, direction=None, xs=0, xf=0, ys=0, yf=0, zs=0, zf=0):
|
def __init__(self, G, direction=None, xs=0, xf=0, ys=0, yf=0, zs=0, zf=0):
|
||||||
"""
|
"""
|
||||||
Args:
|
Args:
|
||||||
xs, xf, ys, yf, zs, zf (float): Extent of the PML volume.
|
G (class): Grid class instance - holds essential parameters describing the model.
|
||||||
cfs (list): CFS class instances associated with the PML.
|
direction (str): Identifier for PML slab.
|
||||||
|
xs, xf, ys, yf, zs, zf (float): Extent of the PML slab.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
self.direction = direction
|
self.direction = direction
|
||||||
|
在新工单中引用
屏蔽一个用户