你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 23:14:03 +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):
|
||||
"""
|
||||
Args:
|
||||
xs, xf, ys, yf, zs, zf (float): Extent of the PML volume.
|
||||
cfs (list): CFS class instances associated with the PML.
|
||||
G (class): Grid class instance - holds essential parameters describing the model.
|
||||
direction (str): Identifier for PML slab.
|
||||
xs, xf, ys, yf, zs, zf (float): Extent of the PML slab.
|
||||
"""
|
||||
|
||||
self.direction = direction
|
||||
|
在新工单中引用
屏蔽一个用户