你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
Fix materials only built when have dispersive materials
这个提交包含在:
@@ -81,6 +81,11 @@ class FDTDGrid:
|
|||||||
self.rigidH: np.ndarray[Any, np.dtype[np.int8]]
|
self.rigidH: np.ndarray[Any, np.dtype[np.int8]]
|
||||||
self.ID: np.ndarray[Any, np.dtype[np.uint32]]
|
self.ID: np.ndarray[Any, np.dtype[np.uint32]]
|
||||||
|
|
||||||
|
# Update Coefficient Arrays
|
||||||
|
self.updatecoeffsE: np.ndarray
|
||||||
|
self.updatecoeffsH: np.ndarray
|
||||||
|
self.updatecoeffsdispersive: np.ndarray
|
||||||
|
|
||||||
# PML parameters - set some defaults to use if not user provided
|
# PML parameters - set some defaults to use if not user provided
|
||||||
self.pmls = {}
|
self.pmls = {}
|
||||||
self.pmls["formulation"] = "HORIPML"
|
self.pmls["formulation"] = "HORIPML"
|
||||||
|
在新工单中引用
屏蔽一个用户