你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 20:46:52 +08:00
Set conductivity of 'pec' to infinity. This only effects printing of material properties, since the update coefficients for 'pec' are set to zero.
这个提交包含在:
@@ -130,6 +130,7 @@ class Material(object):
|
||||
EB = (e0*self.er / G.dt) - 0.5*self.se
|
||||
|
||||
if self.ID == 'pec':
|
||||
self.se = float('inf')
|
||||
self.CA = 0
|
||||
self.CBx = 0
|
||||
self.CBy = 0
|
||||
|
在新工单中引用
屏蔽一个用户